function googleit(){
  document.googleit.submit();
}

function senddata(formname){
  document.forms[formname].submit();
}
