function live()
{
if (document.all || document.layers || document.getElementById)
{
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);
}


var lf = "\n";
var CookieName='enquete'
var CookieString = document.cookie;
var CookieSet = CookieString.split (';');
var SetSize = CookieSet.length;
var CookiePieces
var ReturnValue = "";
var x = 0;
for (x = 0; ((x < SetSize) && (ReturnValue == "")); x++) {
CookiePieces = CookieSet[x].split ('=');
if (CookiePieces[0].substring (0,1) == ' ') {
CookiePieces[0] = CookiePieces[0].substring (1, CookiePieces[0].length);
}
if (CookiePieces[0] == CookieName) {
ReturnValue = CookiePieces[1];
}
}
if(ReturnValue=="")
{
//alert ("no cookie was found")
document.write("<table cellpadding='0' cellspacing='0' border='0' class=menubar1>")
document.write("<tr><td><a href='/Registration/Member/regstep1.asp' onmouseover='window.status=\"Register Now\";return true;'><img src='/index/registern.gif' border='0' alt='Register Now'></a></td>")
//document.write("<td align='right' width='40'><a href='/Registration/Member/regstep1.asp' onmouseover='window.status=\"Register Now\";return true;'><img src='images/icregarrow.gif' border='0' alt='Register Now'></a>")
document.write("</td></tr>")
document.write("</table>")
}
/*else {
//alert ("the cookie was found")
}*/
document.write("<br><br>")
document.write("<table cellpadding='0' cellspacing='0' border='0' align='center' class=menubar1 width='132'>")
document.write("<tr><td><p style='font-family:Verdana;font-size:90%;margin-left:5px;margin-right:5px;color:#FFFFFF'><b>Know More than others . .<br>Download now </b></p></td></tr>")
document.write("<tr><td><a href='/informationcenter/texdefinitions/Dictionary.asp'><img src='/index/img_dict.gif' border=0 alt='Click here for Download'></a></td></tr>")
document.write("</table>")
document.write("<br><br><br><br><br><br><br><br><br><br>")
document.write("<table cellpadding='0' cellspacing='0' border='0' align='center' class=menubar1 width='132'>")
document.write("<tr><td><p style='font-family:Verdana;font-size:90%;margin-left:5px;margin-right:5px;color:#FFFFFF'><b>Know More about the Solution . . . .</b></p></td></tr>")
document.write("<tr><td><a href='/gmptour/main.html' target='_blank'><img src='/index/tour.gif' border=0 alt='Click here for Take a Tour'></a></td></tr>")
document.write("</table>")
document.write("<br><bR>")
document.write("<table cellpadding='0' cellspacing='0' border='0' align='center' class=menubar1 width='130'>")
document.write("<tr><td><p style='font-family:verdana,arial;font-size:90%;margin-left:5px;margin-right:5px;color:#FFFFFF'><b>Participate in our Forums,Blogs . . . . </b></p></td></tr>")
document.write("<tr><td align='right'><a href='/community' target='_blank'><img src='/index/img_community.gif' border='0' alt='Click here to participate'>")
document.write("<br><br><br><br><br><br><br><br><br><br><br></td></tr></table>")
document.write('<div class="hlp" id="help" style="position:absolute; z-index:101; left:5px; top:225px;"><table cellaspacing="0" cellpadding="0" width="150"><tr><td><p style="margin-left:10px"><font color="#FFFFFF" face="verdana" style="font-size:11px" ><b>Have more doubts?, contact our live support</b></font></p><script type="text/javascript" language="javascript" src="http://textile.texworld.com/hcl/lh/live.php"></script></td></tr></table></div>')