function RefreshSubType(selObj)
{
	document.frmSearch.submit()
}

function GoToRegion(selObj, Type)
{
	document.location = '/Locations/SubmissionsbyLocation.asp?RegionID=' + selObj.options[selObj.selectedIndex].value + '&Type=' + Type;
}

function GoToSpecies(selObj)
{
	document.location = '/Species/ViewSpecies.asp?SpeciesID=' + selObj.options[selObj.selectedIndex].value;
}