function submitform()
{
  document.search.submit();
}

function submitloginform()
{
  document.frm_login.submit();
}
