// JavaScript Document
function getSubmissionText ( selectedtype )
{
  //document.catsearchform95997.CAT_Search.value
  //document.catsearchform95997.CAT_Search.value = selectedtype ;
  //document.catsearchform95997.submit() ;
  document.catsearchform95997.submitText.value = selectedtype ;
  document.catsearchform95997.submit() ;
}
