function submitform(form) {
h_submit=true
if (h_submit==true) {
   form.submit() 
   }
}
