		function areyou(){
			if(confirm("您确定要退出登录吗?")){
			return true;
			}return false;
		}
		function vale22(theform) {
			if (theform.txtyhm.value==""){
				alert("请输入您的用户名");
				theform.txtyhm.focus();return false;}
			if (theform.txtkl.value==""){
				alert("请输入您的密码");
				theform.txtkl.focus();return false;
			}return true;
		}
