function OnSubmitSearchForm()
		{
		  if(document.tx_indexedsearch_navi.search_type[0].checked == true)
		  {
		    document.tx_indexedsearch_navi.action ="../../index.php?id=857";
		  }
		  else
		  if(document.tx_indexedsearch_navi.search_type[1].checked == true)
		  {
		    document.tx_indexedsearch_navi.action ="../../index.php?id=80";
		  }
		  return true;
		}
