function form_verify(){	document.myform.action = "form_handler.php"; 	document.myform.submit();}
