
function LHSMprecheck(){
	if ((document.body && typeof(document.body.innerHTML)) != 'undefined'){
		LHSMrequest();
	} else {
		alert('Sorry, but your browser does not support several features of this system.');
	}
}
function LHSMrequest(){
	var w = 640, h = 480;
	if (document.all || document.layers) {
	   w = screen.availWidth;
	   h = screen.availHeight;
	}
	var leftPos = (w-520)/2, topPos = (h-350)/2;
	LHSMwindow=window.open("https://www.sitemega.com/sitemega/livehelp/Visitor_PreChat.asp?ref=","ALSRoom","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=520,height=350,top=" + topPos + ",left=" + leftPos);
	LHSMwindow.focus();
}

function LHSMcheckstatus(){
	var nt=String(Math.random()).substr(2,10);
	document.getElementById("LHSMstatusimg").src='https://www.sitemega.com/sitemega/livehelp/livehelp.asp?getstatus=1&nt=' + nt;
	setTimeout("LHSMcheckstatus();", 10000);
}
document.write("<a href='#' onclick='javascript:LHSMprecheck()'><img src='https:\/\/www.sitemega.com\/webimages\/offline.jpg' border=0 id=LHSMstatusimg><\/a>");
LHSMcheckstatus();