
function jsSubmitForm(formid){
  var frm = document.getElementById(formid)
  frm.submit();
  return false;
  }