//Live Support
function xlaALSrequest(){
	var w = 640, h = 480,width=520,height=350;
	
	if (document.all || document.layers) {
	   w = screen.availWidth;
	   h = screen.availHeight;
	}
	var leftPos = (w-width)/2, topPos = (h-height)/2;
	xlaALSwindow=window.open("http://www.gowealthy.com/absolutels/UserPreChat.aspx?ref=gowealthy","ALSRoom","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=" + width + ",height=" + height+",top=" + topPos + ",left=" + (w)/3);
	xlaALSwindow.focus();
}