function xlaALSprecheck(){ if (document.body && typeof(document.body.innerHTML) != 'undefined'){ xlaALSrequest(); } else { if (confirm('Your browser does not support some of the features of this system.\nWould you like to leave a message?')) xlaALSleavemsg(); } } function xlaALSleavemsg(){ var w = 640, h = 480; if (document.all || document.layers) { w = screen.availWidth; h = screen.availHeight; } var leftPos = (w-560)/2, topPos = (h-440)/2; xlaALSwindow=window.open("http://www.timesmania.getintouch.com.br/UserForm.asp?status=offline","ALSRoom","toolbar=0,location=0,status=1,menubar=0,scrollbars=1,resizable=1,width=560,height=440,top=" + topPos + ",left=" + leftPos); xlaALSwindow.focus(); } function xlaALSrequest(){ var w = 640, h = 480; if (document.all || document.layers) { w = screen.availWidth; h = screen.availHeight; } var leftPos = (w-560)/2, topPos = (h-440)/2; xlaALSwindow=window.open("http://www.timesmania.getintouch.com.br/UserPreChat.asp?ref=","ALSRoom","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=560,height=440,top=" + topPos + ",left=" + leftPos); xlaALSwindow.focus(); } document.write("");