function openMailForm(){
	renew=window.open('./mail.html','mail','height=600,width=650');
	renew.focus();
}