
if (document.images) {
accommodationsoff=new Image();
accommodationsoff.src= "images/homemenus/accommodationsoff.jpg";
accommodationson=new Image();
accommodationson.src= "images/homemenus/accommodationson.jpg";
spaoff=new Image();
spaoff.src= "images/homemenus/spaoff.jpg";
spaon=new Image();
spaon.src= "images/homemenus/spaon.jpg";
weddingsoff=new Image();
weddingsoff.src= "images/homemenus/weddingsoff.jpg";
weddingson=new Image();
weddingson.src= "images/homemenus/weddingson.jpg";
specialeventsoff=new Image();
specialeventsoff.src= "images/homemenus/specialeventsoff.jpg";
specialeventson=new Image();
specialeventson.src= "images/homemenus/specialeventson.jpg";
aboutoff=new Image();
aboutoff.src= "images/homemenus/aboutoff.jpg";
abouton=new Image();
abouton.src= "images/homemenus/abouton.jpg";
productsoff=new Image();
productsoff.src= "images/homemenus/productsoff.jpg";
productson=new Image();
productson.src= "images/homemenus/productson.jpg";
specialsoff=new Image();
specialsoff.src= "images/homemenus/specialsoff.jpg";
specialson=new Image();
specialson.src= "images/homemenus/specialson.jpg";
menuoff=new Image();
menuoff.src= "images/homemenus/menuoff.jpg";
menuon=new Image();
menuon.src= "images/homemenus/menuon.jpg";

}

function imageOn (imagename){
  document[imagename].src=eval(imagename+"on.src");
 }
function imageOff (imagename){
  document[imagename].src=eval(imagename+"off.src");
 }
