function mail_login(){
	var mail=document.form3.mailbox.value;
	//var name1=document.form3.Username1.value;
	var name1=document.form3.name1.value;
	if(mail==0){
		document.form3.action="/travel_jhjd_search.aspx";
		document.form3.submit();
		return false;
		} 
		if(mail==1){
		document.form3.action="/travel_jhjd_search.aspx";
		document.form3.submit();
		return false;
		}
		if(mail==2){
		document.form3.action="/travel_jhjd_search.aspx";
		document.form3.submit();
		return false;
		}
		if(mail==3){
		document.form3.action="/travel_jhjd_search.aspx";
		document.form3.submit();
		return false;
		}
		if(mail==4){
		document.form3.action="/travel_jhjd_search.aspx";
		document.form3.submit();
		return false;
		}
		if(mail==5){
		document.form3.action="/travel_jhjd_search.aspx";
		document.form3.submit();
		return false;
		}
		if(mail==6){
		document.form3.action="/travel_jhjd_search.aspx";
		document.form3.submit();
		return false;
		}
		if(mail==7){
		document.form3.action="/travel_jhjd_search.aspx";
		document.form3.submit();
		return false;
		}
}
//
//document.write('');
