﻿    
	function inVEtext()
	{
	    document.getElementById('TextArea1').style.visibility = "visible";
		document.getElementById('TextArea1').value = "Zone VE is the flood insurance rate zone that corresponds to the 10-year coastal floodplains that have additional hazards associated with storm waves.  Whole-foot base flood elevations derived from the detailed hydraulic analyses are shown at selected intervals within this zone.";
	}
	function inAOtext()
	{
	    document.getElementById('TextArea1').style.visibility = "visible";
		document.getElementById('TextArea1').value = "Zone AO is the flood insurance rate zone that corresponds to the areas of 100-year shallow flooding (usually sheet flow on sloping terrain) where average depths are between 1 and 3 feet. Average whole-depths derived from the detailed hydraulic analyses are shown within this zone.";
	}
	function inAHtext()
	{
	    document.getElementById('TextArea1').style.visibility = "visible";
		document.getElementById('TextArea1').value = "Zone AH is the flood insurance rate zone that corresponds to the areas of 100-year shallow flooding (usually areas of ponding) where average depths are between 1 and 3 feet.  Whole-foot base flood elevations derived from the detailed hydraulic analyses are shown at selected intervals within this zone.";
	}
	function inAEtext()
	{
	    document.getElementById('TextArea1').style.visibility = "visible";
		document.getElementById('TextArea1').value = "Zone AE is the flood insurance rate zone that corresponds to the 100-year floodplains that are determined in the FIS by detailed methods. In most instances, whole-foot base flood elevations derived from the detailed hydraulic analyses are shown at selected intervals within this zone.";
	}
	function inAtext()
	{
	    document.getElementById('TextArea1').style.visibility = "visible";
		document.getElementById('TextArea1').value = "Zone A is the flood insurance rate zone that corresponds to the 100-year floodplains that are determined in the FIS by approximate methods. Because detailed hydraulic analyses are not performed for such areas, no base flood elevations or depths are shown within this zone.";
	}
	function inFldwaytext()
	{
	    document.getElementById('TextArea1').style.visibility = "visible";
		document.getElementById('TextArea1').value = "The floodway is the channel of a stream plus any adjacent areas that must be kept free of encroachment so that the 1% annual chance flood can be carried without substantial increases in flood heights.";
	}
    function inXtext()
	{
	    document.getElementById('TextArea1').style.visibility = "visible";
		document.getElementById('TextArea1').value = "Zone X is an area determined to be outside of the 0.2% annual chance floodplain. No base flood elevations or depths are shown within this zones.";
	}
	function inXStext()
	{
	    document.getElementById('TextArea1').style.visibility = "visible";
		document.getElementById('TextArea1').value = "Zone X S (X shaded) is an area within the 0.2% annual chance flood; areas of 1% annual chance flood with average depths of less than 1 foot or with drainage areas less than 1 square mile; and areas protected by levees from 1% annual chance flood.  No base flood elevations or depths are shown within this zones.";
	}
    function inXLeveetext()
	{
	    document.getElementById('TextArea1').style.visibility = "visible";
		document.getElementById('TextArea1').value = "Zone X Protected by Levee - This area is shown as being protected from the 1-percent-annual chance or greater flood hazard by a levee system that has been provisionally accredited. Overtopping or failure of any levee system is possible.  Check with your local community to obtain more information, such as the estimated level of protection provided (which may exceed the 1-percent-annual chance level) and emergency action plan, on the levee system(s) shown as providing protection for area on this panel.  To maintain accreditation, the levee owner or community is required to submit data and documentation necessary to comply with Section 65.10 of the NFIP regulations by February 1, 2010. If the community or owner does not provide the necessary data and documentation or if the data and documentation provided indicate the levee system does not comply with the Section 65.10 requirements, FEMA will revise the flood hazard and risk information for this area to reflect de-accreditation of the levee system. To mitigate flood risk in residual areas, property owners and residents are encouraged to consider flood insurance and floodproofing or other protective measures. For more information on flood insurance, interested parties should visit the FEMA website at http://www.fema.gov/business/nfip/index.shtm.";
	}
    function inDtext()
	{
	    document.getElementById('TextArea1').style.visibility = "visible";
		document.getElementById('TextArea1').value = "Zone D is the flood insurance rate zone that corresponds to unstudied areas where flood hazards are undetermined, but possible.";
	}	
    function inLomctext()
	{
	    document.getElementById('TextArea1').style.visibility = "visible";
		document.getElementById('TextArea1').value = "Area encumbered by a Letter of Map Change (LOMC).";
	}		
	
	function resetLabel()
	{
		document.getElementById('TextArea1').style.visibility = "hidden";
		document.getElementById('TextArea1').value = "";

	}
	


