// JavaScript
// Tosi

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