var onoff = new Image;
onoff.src = "http://newchat.livehelper.com/servlet/lhChat?ACTION=GIVEIMAGEDB&COMPANYID=1085472&ONLINEURL=http://www.livehelper.com/images/1x1.gif&OFFLINEURL=http://www.livehelper.com/images/2x2.gif&rnd=78" + Math.random();
waitimg();

function btnclick(){
var url = "http://newchat.livehelper.com/servlet/lhChat?ACTION=SENDNAMEENTRYSCREEN&COMPANYID=1085472&GROUPNAME=Sales&WINDOWSIZE=1";
var name = 'nameEntry';
window.open(url, name, 'width=450,height=350,toolbar=no,menubar=no,directories=no,resizable=no');
}

function waitimg() {
if (onoff.width==0) {setTimeout('waitimg()', 10);}
else if(onoff.width == 1) {
//online
document.getElementById('livehelper_textlink').innerHTML='<a href="#" onClick="btnclick();return false;">Click Here to Chat with a Sales Representative</a>';
}
else if(onoff.width == 2) {
//offline
document.getElementById('livehelper_textlink').innerHTML='';
}
}