<!--

if (document.images) {            // Active Images
            homeon = new Image();      
            homeon.src = "images/home_buttond.gif";

            rentalon = new Image();      
            rentalon.src = "images/rental_buttond.gif";
			
            classeson = new Image();      
            classeson.src = "images/classes_buttond.gif";

            supplieson = new Image();      
            supplieson.src = "images/supplies_buttond.gif";
			
			mapon = new Image();      
            mapon.src = "images/map_buttond.gif";
			
			homeoff = new Image();      
            homeoff.src = "images/home_button.gif";

            rentaloff = new Image();      
            rentaloff.src = "images/rental_button.gif";
			
            classesoff = new Image();      
            classesoff.src = "images/classes_button.gif";

            suppliesoff = new Image();      
            suppliesoff.src = "images/supplies_button.gif";
			
			mapoff = new Image();      
            mapoff.src = "images/map_button.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");
        }
}

// 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);

function MM_openBrWindow(theURL,winName) { //v2.0
  window.open(theURL,winName,'toolbar=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,width=630,height=440');
//	window.open(theURL, winName);
}

function MM_closeBrWindow() { //v2.0
  window.close();
}

// -->

