<!--
	function allregions()
	{
		parent.region.document.location.href="germination_dates_allregions.htm"
		parent.weeds.document.location.href="germination_weeds.htm"
		parent.zone_map.document.location.href="allzones.htm"
	}

	function western()
	{
		parent.region.document.location.href="germination_dates_westernregion.htm"
		parent.weeds.document.location.href="germination_weeds.htm"
		parent.zone_map.document.location.href="western_zones.htm"
	}

	function northcentral()
	{
		parent.region.document.location.href="germination_dates_northcentralregion.htm"
		parent.weeds.document.location.href="germination_weeds.htm"
		parent.zone_map.document.location.href="northcentral_zones.htm"
	}
	
	function southern()
	{
		parent.region.document.location.href="germination_dates_southernregion.htm"
		parent.weeds.document.location.href="germination_weeds.htm"
		parent.zone_map.document.location.href="southern_zones.htm"
	}

	function northeast()
	{
		parent.region.document.location.href="germination_dates_northeastregion.htm"
		parent.weeds.document.location.href="germination_weeds.htm"
		parent.zone_map.document.location.href="northeast_zones.htm"
	}

//-->
