function Submit(formName){
  document.getElementById(formName).submit();
}
