function jumpPage_EPAWatershedNotAvailable(newLoc){
	alert("Sorry. Only Natural Division and Partnership available at this moment. Others will come soon.")
	return false
}

function jumpPage_EPAWatershedNotAvailable2(newLoc){
	alert("Sorry. Plant and insect are not available at this moment.")
	return false
}

function jumpPage_EPAWatershedNotAvailable_birdP(newLoc){
	alert("Sorry. Bird (with only primary sites) is not available at this moment.")
	return false
}

function jumpPage_EPAWatershedNotAvailable_ecowatchP(newLoc){
	alert("Sorry. ForestWatch is not available at this moment.")
	return false
}


function jumpPage1(newLoc){
	window.location.href="../site/dataFactSheet.asp"
}

function jumpPage2(newLoc){
	window.location.href="../species/spp_search.asp"
}

function jumpPage3(newLoc){
	window.location.href="../geo/geo_search.asp"
}

function jumpPage_EPAWatershed(newLoc){
	window.location.href="geo_search.asp?select=EPAWatershed"
}

function jumpPage_partnership(newLoc){
	window.location.href="geo_search.asp?select=partnership"
}

function jumpPage_ISISBasin(newLoc){
	window.location.href="geo_search.asp?select=ISISBasin"
}

function jumpPage_natDiv(newLoc){
	window.location.href="geo_search.asp?select=natDiv"
}

function jumpPage_legislativeDistrict(newLoc){
	window.location.href="geo_search.asp?select=legislativeDistrict"
}

function jumpPage_DNRmanagementRegions(newLoc){
	window.location.href="geo_search.asp?select=DNRmanagementRegions"
}

function jumpPage_ownership(newLoc){
	window.location.href="geo_search.asp?select=ownership"
}


