
function youxiang(index){
	if(index==1){
		document.forms[0].type.value="公务员";
		document.getElementById("ddd1").style.backgroundColor="#71A0CC";
		document.getElementById("ddd2").style.backgroundColor="#CCDDED";
	}else{
		document.forms[0].type.value="管理员";
		document.getElementById("ddd2").style.backgroundColor="#71A0CC";
		document.getElementById("ddd1").style.backgroundColor="#CCDDED";
	}
}

function checkvalues(){
	name=document.forms[0].AgentID.value;
	pwd=document.forms[0].AgentPWD.value;
	if(name==""){
       alert("请填写用户名");
	   return false;
	}
	if(pwd==""){
		alert("请填写密码");
		return false;
	}
	if(document.forms[0].type.value=="公务员"){
		alert("对不起，暂无公务员邮件服务！");
		return false;
	}
}

function checklogin(){
	UserID=document.form12.UserID.value;
	UserPWD=document.form12.UserPWD.value;
	if(UserID==""){
       alert("请填写用户名");
	   return false;
	}
	if(UserPWD==""){
       alert("请填写密码");
	   return false;
	}
}

function tongji(type,id){
	 strhtml="tongji.jsp?type="+type+"&columnid="+id;
	 window.open(strhtml,'showTongji','height=500,width=600,top=100,left=100,fullscreen=no,statusbar=no,titlebar=no,resizable=no,scrollbars=yes');
	 return false;
}

function tougao(){       window.open('tougao_web.jsp','tougao','height=650,width=810,top=50,left=100,fullscreen=no,statusbar=no,titlebar=no,resizable=yes,scrollbars=no');
	 return false;
}

