function excludeSSL() {

	if (location.protocol == "https:")
	{
	   host=location.hostname
	   path=location.pathname
	   location.href="http://"+host+path
	    }
       }
function live()
{
if (document.all || document.layers)
{
w=screen.availWidth;
h=screen.availHeight;
}
var lft=(w-250)/2, tp=(h-200)/2;
poswin=window.open ("/livechat.html","","menubar=0,resizable=0,width=250,height=200"); 
poswin.moveTo(lft,tp);
}



function getcookie(cookiename)
{
  search = cookiename+"=";
  offset = document.cookie.indexOf(search) ;
  if (offset != -1) 
  {
    offset += search.length;
    end = document.cookie.indexOf(";", offset);
    if (end == -1)
    {
      end = document.cookie.length;
    }
    if(document.cookie.substring(offset, end) != "" ) 
    {
 UsrName = unescape(document.cookie.substring(offset, end));
 UsrName = UsrName.replace(/[+]/g," ")
 return true;
    }
    else
 return false;
  }
  else
 return false;

}

document.write("<table width='100%' cellpadding='0' cellspacing='0' border='0' background ='images/dotblue.gif' nowrap>")
document.write("<tr><td rowspan='2' background ='images/dotblue.gif' width='260' nowrap class=menubar1>")
document.write("<a href='default.html' onmouseover='window.status=\"Textile Definition Home\";return true;'>")
document.write("<IMG SRC='images/texbanner.gif' border='0' alt='Texworld.Com &copy - Textile Definition' width='300' height='50'></a></td>")
document.write("<td width ='60%' rowspan = '2' nowrap class=menubar1><IMG SRC='images/spacer.gif' width='260' height='1'></td>")
document.write("<td align='right' width ='205' nowrap class=menubar1>")
document.write("<a href='/Informationcenter/default.html' onmouseover='window.status=\"Information Center Home\";return true;'><img src='images/home.gif' border='0' alt='Information Center Home' align='right' width='20' height='20'></a>&nbsp;")

//document.write('<div style="position:absolute; z-index:101; left:10px; top:380px;"><table width="148"><tr><td><p style="font-family:Verdana;font-size:95%;color:#FFFFFF"><b>Have more doubts . . contact our live support</a></p></td></tr><tr><td><a href="#"><img src="/index/livehlpn.gif" border="0" onclick="live();" style="cursor:hand"></a></td></tr></table></div>')
document.write("<tr><td width ='200' class=menubar1 align='right'>")
if (getcookie('username'))
document.write("<b>Welcome,&nbsp;&nbsp;" + UsrName + "!&nbsp;&nbsp;</b>")
else
document.write("<b>Welcome,&nbsp;&nbsp;Guest!&nbsp;&nbsp;</b>")
document.write("</td></tr>")
document.write('</table>')
