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'>")
document.write("<tr><td rowspan='2' bgcolor='#ffffff' width='70%' valign='bottom' nowrap class='menubar1'>")
document.write('<a href="default.html" onmouseover="window.status=\'Information Center Home\';return true;">')
document.write("<IMG SRC='images/icbanner.gif' height='51' BORDER=0 alt='TexWorld.Com  - Information Center' ><img src='images/spacer.gif' border='0'></a></td> ")
document.write("<td width ='42%' rowspan = '2' nowrap class='menubar1'><IMG SRC='images/spacer.gif' width='230' height='1'></td>")
document.write("<td  align='right'width ='100' nowrap class='menubar1'>")
document.write('<a href="../index.html" onmouseover="window.status=\'Texworld Home\';return true;"><img src="images/home.gif" border="0"  alt="TexWorld.com Home" align="right"  width="20" height="20"></a><img src="images/spacer.gif" border="0">&nbsp;')
document.write('</td></tr>')
	

document.write("<tr><td  class='menubar1' align='right'>")
if (getcookie('username'))
document.write("<b>Welcome,&nbsp;&nbsp;" + UsrName + "!&nbsp;</b>")
else
document.write("<b>Welcome,&nbsp;&nbsp;Guest!&nbsp;</b>")
document.write("</td></tr>")
document.write("<tr><td  class='menubar1'>")
//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("</td></tr>")
document.write('<tr><td colspan="3" background="images/dotblue.gif" height="1" width="100%" align="left" class="menubar1"><img src="images/spacer.gif" width="1" height="1" align="left"></td></tr>')
document.write('</table>')
//
