<!--
if (document.images) {            // Active Images
            homeon = new Image();      
            homeon.src = "images/home_button2.gif";
			
			tripon = new Image();      
            tripon.src = "images/trip_button2.gif";

            guideon = new Image();      
            guideon.src = "images/guide_button2.gif";

            mapson = new Image();      
            mapson.src = "images/maps_button2.gif";
			
			historyon = new Image();      
            historyon.src = "images/history_button2.gif";
			
			resourceson = new Image();      
            resourceson.src = "images/resources_button2.gif";
			
			contacton = new Image();      
            contacton.src = "images/contact_button2.gif";
			
            prepon = new Image();      
            prepon.src = "images/flag_prep2.gif";

            glossaryon = new Image();      
            glossaryon.src = "images/flag_glossary2.gif";	
						
			closeon = new Image();      
            closeon.src = "images/flag_close2.gif";
						
			printon = new Image();      
            printon.src = "images/flag_print2.gif";
			
			previouson = new Image();      
            previouson.src = "images/flag_prev2.gif";
			
			calendaron = new Image();      
            calendaron.src = "images/flag_calendar2.gif";
			
			edguideon = new Image();      
            edguideon.src = "images/flag_edguide2.gif";
			
			sitemapon = new Image();      
            sitemapon.src = "images/flag_sitemap2.gif";
			
			kidson = new Image();      
            kidson.src = "images/flag_kids2.gif";
						
			creditson = new Image();      
            creditson.src = "images/flag_credits2.gif";	
			
			flashon = new Image();      
            flashon.src = "images/flag_flash2.gif";
			
			mapon = new Image();      
            mapon.src = "images/flag_map2.gif";
			
			homeoff = new Image();      
            homeoff.src = "images/home_button.gif";
			
			tripoff = new Image();      
            tripoff.src = "images/trip_button.gif";

            guideoff = new Image();      
            guideoff.src = "images/guide_button.gif";

            mapsoff = new Image();      
            mapsoff.src = "images/maps_button.gif";
			
			historyoff = new Image();      
            historyoff.src = "images/history_button.gif";
			
			resourcesoff = new Image();      
            resourcesoff.src = "images/resources_button.gif";
						
			contactoff = new Image();      
            contactoff.src = "images/contact_button.gif";
			
			prepoff = new Image();      
            prepoff.src = "images/flag_prep.gif";

            glossaryoff = new Image();      
            glossaryoff.src = "images/flag_glossary.gif";
			
			closeoff = new Image();      
            closeoff.src = "images/flag_close.gif";
												
			printoff = new Image();      
            printoff.src = "images/flag_print.gif";
			
			previousoff = new Image();      
            previousoff.src = "images/flag_prev.gif";
			
			calendaroff = new Image();      
            calendaroff.src = "images/flag_calendar.gif";
			
			edguideoff = new Image();      
            edguideoff.src = "images/flag_edguide.gif";			
			
			sitemapoff = new Image();      
            sitemapoff.src = "images/flag_sitemap.gif";
			
			kidsoff = new Image();      
            kidsoff.src = "images/flag_kids.gif";	
			
			creditsoff = new Image();      
            creditsoff.src = "images/flag_credits.gif";
			
			flashoff = new Image();      
            flashoff.src = "images/flag_flash.gif";
			
			mapoff = new Image();      
            mapoff.src = "images/flag_map.gif";
}

// Function to 'activate' images.
function imgOn(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "on.src");
        }
}

// Function to 'deactivate' images.
function imgOff(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
        }
}

function MM_openBrWindow(theURL,winName) { //v2.0
  window.open(theURL,winName,'toolbar=no,status=no,menubar=yes,scrollbars=yes,resizable=yes');
//	window.open(theURL, winName);
}

function MM_closeBrWindow() { //v2.0
  window.close();
}

function MM_printBrWindow() {
  window.print();
}

// Netscape resize bug.
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

// -->

