function xlaALSrequest(){ var w = 640, h = 480; if (document.all || document.layers) { w = screen.availWidth; h = screen.availHeight; } var leftPos = (w-520)/2, topPos = (h-380)/2; xlaALSwindow=window.open("http://support.tero.ca/livechat/UserForm.asp?status=offline","ALSRoom","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=520,height=380,top=" + topPos + ",left=" + leftPos); xlaALSwindow.focus(); } if (document.all) document.write("<\/a>");