// Absolute Live Support .NET // Copyright(c) XIGLA SOFTWARE // http://www.xigla.com function xlaALSprecheck_79596(){ if ((document.body && typeof(document.body.innerHTML)) != 'undefined'){ xlaALSrequest_79596(); } else { alert('Your browser does not support several features of this system.\nPlease upgrade to a newer version'); } } function xlaALSrequest_79596(){ var w = 640, h = 480; if (document.all || document.layers) { w = screen.availWidth; h = screen.availHeight; } var leftPos = (w-520)/2, topPos = (h-360)/2; xlaALSwindow=window.open("alsx/UserPreChat.aspx?ref=&d=&u=&bypass=","ALSRoom","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=520,height=360,top=" + topPos + ",left=" + leftPos); xlaALSwindow.focus(); } function xlaALScheckstatus_79596(){ var nt=String(Math.random()).substr(2,10); document.getElementById("xlaALSstatusimg_79596").src='/alsx/als3.aspx?u=&d=&getstatus=1&nt=' + nt; setTimeout("xlaALScheckstatus_79596();", 20000); }