 <!--



  

  if (document.images) {

  var defImg = "home";



  var homeoff = new Image();

  homeoff.src = "images/homeoff.gif";

  var homeon = new Image();

  homeon.src = "images/homeon.gif";

  var rentaloff = new Image();

  rentaloff.src = "images/rentaloff.gif";

  var rentalon = new Image();

  rentalon.src = "images/rentalon.gif";

  var policiesoff = new Image();

  policiesoff.src = "images/policiesoff.gif";

  var policieson = new Image();

  policieson.src = "images/policieson.gif";

  var faqoff = new Image();

  faqoff.src = "images/faqoff.gif";

  var faqon = new Image();

  faqon.src = "images/faqon.gif";

  var petsoff = new Image();

  petsoff.src = "images/petsoff.gif";

  var petson = new Image();

  petson.src = "images/petson.gif";

  var restaurantoff = new Image();

  restaurantoff.src = "images/restaurantoff.gif";

  var restauranton = new Image();

  restauranton.src = "images/restauranton.gif";

  var visitoroff = new Image();

  visitoroff.src = "images/visitoroff.gif";

  var visitoron = new Image();

  visitoron.src = "images/visitoron.gif";

  var weatheroff = new Image();

  weatheroff.src = "images/weatheroff.gif";

  var weatheron = new Image();

  weatheron.src = "images/weatheron.gif";

  var salesoff = new Image();

  salesoff.src = "images/salesoff.gif";

  var saleson = new Image();

  saleson.src = "images/saleson.gif";

  var checkinoff = new Image();

  checkinoff.src = "images/checkinoff.gif";

  var checkinon = new Image();

  checkinon.src = "images/checkinon.gif";

  var contactoff = new Image();

  contactoff.src = "images/contactoff.gif";

  var contacton = new Image();

  contacton.src = "images/contacton.gif";
  var linkson = new Image();
  linkson.src = "images/linkson.gif";
  var linksoff = new Image();
  linksoff.src = "images/linksoff.gif";

  var mapoff= new Image();

  mapoff.src = "images/mapoff.gif";

  var mapon = new Image();

  mapon.src = "images/mapon.gif";

}



function actMenuItem(imgName) {

  act(imgName);

  inact(defImg);

}



function inactMenuItem(imgName) {

  inact(imgName);

  act(defImg);

}

function actDefItem(imgName) {

  act(imgName);

}



function act(imgName) {

  if (document.images) 

    document[imgName].src = eval(imgName + "on.src");

}



function inact(imgName) {

  if (document.images)

    document[imgName].src = eval(imgName + "off.src");

}



	 

//-->