// JavaScript Document
		function Disclaimer()
		{
	    	var value= 	confirm("You are now leaving the Section 508 web site.  You are now leaving this site to link to another location that is not maintained by the Federal Government.  The Federal Government takes no responsibility for and exercises no control over non-government sites, the view that may be represented, or the accuracy, privacy policies, copyright or trademark compliance, or the legality of any material contained on those sites.")
			return value;
		}
		function DisclaimerFed()
		{
	    	var value= confirm("You are now leaving the Section 508 web site.  Click your BACK button to return to the Section508 site.")
				return value;
 
		}
		function DisclaimerFed2()
		{
	    		var value= confirm("You are now leaving the Section 508 web site.  The page you requested will open in an external browser window.  When you are finished, close the external browser to continue using the Section508 website.")
				return value;
		}
		function doReCalc()
		{
			document.frm.submit()
		}
