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/contact2.html";
}
}

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