vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|14 Oct 2003 00:58:58 -0000
vti_extenderversion:SR|5.0.2.2623
vti_usagebymonth:UX|31 117 130 86 55 98
vti_usagebyweek:UX|35 30 27 24 32
vti_usagebyday:UX|0 11 12 8 4 4 3 3
vti_usagelastupdated:TX|04 Mar 2004 12:02:08 -0000
vti_usagetotalhits:IX|517
 = "images/rental2.gif";
			
            calendaron = new Image();      
            calendaron.src = "images/calendar2.gif";

          


            photoson = new Image();      
            photoson.src = "images/photos2.gif";
			
            homeoff = new Image();      
            homeoff.src = "images/home.gif";

            mapoff = new Image();      
            mapoff.src = "images/map.gif";

            rentaloff = new Image();      
            rentaloff.src = "images/rental.gif";
			
            calendaroff = new Image();      
            calendaroff.src = "images/calendar.gif";

            photosoff = new Image();      
            photosoff.src = "images/photos.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);

// -->
