<!--  Javascript Common to All Pages NAV relies on this!!!!  -->

function submitForm(whichForm) 
{
  document.getElementById(whichForm).submit();
}
