// JavaScript Document

function submitform1()
{
  document.myform1.submit();
}

function submitform2()
{
  document.myform2.submit();
}