<!--
function SubmitForm( selectedtype )
{
  document.textsubmitform.WhichType.value = selectedtype ;
  document.textsubmitform.submit() ;
}
-->

