// JavaScript Document
<!--//--><![CDATA[//><!--
				  
	//-----------------------------------------
	// used for link confirmation, links
	// that leave Ames
	//-----------------------------------------
				  
		function confirm_link(){
			return confirm('You are now leaving Ames Fire & Waterworks, click OK to proceed, or click Cancel to remain on AmesFireWater.com.');	
		}
		
	//-----------------------------------------------
	// Generic Popup
	//-----------------------------------------------
	
		function popUp(URL,width,height) {
			day = new Date();
			id = day.getTime();
			eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=" + width + ",height=" + height + "');");
		}
		
	//-----------------------------------------
	// used for preload of background nav elements
	//-----------------------------------------
			
		function preloadImages() { //v3.0
			var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
			var i,j=d.MM_p.length,a=preloadImages.arguments; for(i=0; i<a.length; i++)
			if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
		}

		

//--><!]]>

