var url = escape( location.toString() ) ;
function dounique() { var date = new Date() ; return date.getTime() ; }
var unique = dounique() ;
function launch_support(l, x, d)
{
	var loc = new String(document.location);
	loc = "http://chat." + loc.replace(/http:\/\/(.*?)\/.*/, "$1").replace(/^www\.(.*)$/, "$1") + "/";
	var request_url = loc+"request.php?l="+l+"&x="+x+"&deptid="+d+"&page="+url ;
	newwin = window.open( request_url, unique, 'scrollbars=no,menubar=no,resizable=0,location=no,screenX=50,screenY=100,width=450,height=360' ) ;
	newwin.focus() ;
}

