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

function btnclick(){
if (onoff.width == 1) {
var url = "http://newchat.livehelper.com/servlet/lhChat?ACTION=SENDNAMEENTRYSCREEN&COMPANYID=1080000&GROUPNAME=livehelper&WINDOWSIZE=0";
var name = 'nameEntry'
window.open(url, name, 'width=295,height=300,toolbar=no,menubar=no,directories=no,resizable=no');
}
else if (onoff.width == 2) {
document.location.href="http://www.livehelper.com/tour.html";
}
}

function waitimg() {
if (onoff.width==0 | document.buttonimg1 == undefined | document.buttonimg2 == undefined) {setTimeout('waitimg()', 10);}
else if(onoff.width == 1) {
//online
document.buttonimg1.src = "http://www.livehelper.com/images/button2-2.gif";
document.buttonimg2.src = "http://www.livehelper.com/images/button2-3.gif";
}
else if(onoff.width == 2) {
//offline
document.buttonimg1.src = "http://www.livehelper.com/images/button2-2-.gif";
document.buttonimg2.src = "http://www.livehelper.com/images/button2-3-.gif";
}
}

