<!-- hide script
var LICENSE_text = "Disclaimer of Liability:\n" + 
                   "\n" +
	      	   "With respect to the data presented by or available through the Flood Forecast Display Tool, neither the United States Government nor any of its employees, the International Water Institute nor any of its employees, or any Cooperators, Consultants or Subcontractors, makes any warranty, express or implied, including the warranties of merchantability and fitness for a particular purpose, or assumes any legal liability or responsibility for the accuracy, completeness, or usefulness of any information, product, or process disclosed, or represents that its use would not infringe privately owned rights. The user of this system assumes all responsibility and risk for the use of the information and any decision made as a result of this information, available from this server and the Internet generally. The user alone is responsible for the application and interpretation of this information and is responsible for use consistent with an appropriate level of caution.\n" +
                   "\n" +
	      	   "This is a demonstration project ONLY, sponsored by the National Weather Service and the International Water Institute, with the express purpose of applying and evaluating possible new technologies for better communicating flood risk related information. The effort is consistent with the efforts of the NWS’s modernization efforts and the Advanced Hydrologic Predication Service (http://www.nws.noaa.gov/oh/ahps/).\n" +
                   "\n" +
	      	  
                   "\n" +
	      	   "Demonstration Project:" +
                   "\n" +
	      	   "This project demonstrates the use of deterministic flood forecasts developed by the National Weather Service and high resolution topographic data collected using Light Detection and Ranging (LIDAR) to provide advanced map products to the general public and public decision makers, on a near real time (i.e., within hours of the forecast) basis.\n" + 
                   "\n \n" +
	      	   "Flood Risk:" +
		   "\n" +
	      	   "The flood forecast information present by the Flood Forecast Display Tool is fundamentally different than flood hazard information developed by the Federal Emergency Management Agency under the National Flood Insurance Program (http://www.fema.gov/hazard/flood/index.shtm). The products presented by the Flood Forecast Display Tool are based upon flood forecast methods, which consider current soil moisture conditions, water levels within the river and tributaries, accumulated snow depths, and expected precipitation and climatic conditions. The flood hazard information developed by the Federal Emergency Management Agency under the National Flood Insurance Program is intended to replicate the area at various flood risk levels resulting from the 1% chance flood event.\n" +		   
		   "\n\n";

function LICENSE_confirm() {
  if(confirm(LICENSE_text))
    return true;
  else
    return false;
}

function LICENSE_show() {
  alert(LICENSE_text);
}

var disclaimer_text = "Disclaimer:\n" + 
                   "\n" +
	      	   "CAUTION IS WARRANTED WHEN INTERPRETING THE RESULTS OF THIS DEMONSTRATION TOOL.\n" +
                   "\n" +
	      	   "The information presented by this tool represents a forecast of the pending flood event for the next 7 days ONLY. The maximum flood elevation may or may not be included within the 7 day forecast period. The FFDT presents the best available flood forecast information, but should not be interpreted as representing all possible flood conditions and mechanisms.\n" +
                   "\n" +
                   "\n";

function disclaimer_confirm() {
  if(confirm(disclaimer_text))
    return true;
  else
    return false;
}

function disclaimer_show() {
  alert(disclaimer_text);
}
// end script -->
