// JavaScript Document
function submitform(formid)
{
  document.getElementById(formid).submit();
}
