function sendMail(){
	var form=document.forms['mail_form'];
	form.send.value=1;
	form.submit();		
}