	function displyServerLocation()
	{
     	strURL="/j2sp/server_location.jsp";
     	window.open(strURL,"主機位置","toolbar=no,menubar=no,status=no,scrollbars=no,resizable=no,width=400,height=80,left=200,top=200");
	}
