<!--Hide

IMAGE01 = "images/greenleave_icon.jpg"
IMAGE02 = "images/greenleave_icon.gif"
function imgover(imgname){
     imgname.src = IMAGE01
}
function imgout(imgname)  {
     imgname.src = IMAGE02
}


home1 = new Image();
home1.src = "../photos/restaurant/home1.jpg";

home2 = new Image();
home2.src = "../photos/restaurant/home2.jpg";

home3 = new Image();
home3.src = "../photos/restaurant/home3.jpg";




//End Hiding-->
