var imageFiles_1hl_1 = new Array();
imageFiles_1hl_1['0'] = new Array ('_images/1hl_Catering.gif', '_images/1hl_CateringMouseover.gif');
imageFiles_1hl_1['1'] = new Array ('_images/1hl_Wine_Cellar.gif', '_images/1hl_Wine_CellarMouseover.gif');
imageFiles_1hl_1['2'] = new Array ('_images/1hl_Photo_Gallery.gif', '_images/1hl_Photo_GalleryMouseover.gif');
imageFiles_1hl_1['3'] = new Array ('_images/1hl_Reviews.gif', '_images/1hl_ReviewsMouseover.gif');
imageFiles_1hl_1['4'] = new Array ('_images/1hl_Contact_Us.gif', '_images/1hl_Contact_UsMouseover.gif');
imageFiles_1hl_1['5'] = new Array ('_images/1hl_Home.gif', '_images/1hl_HomeMouseover.gif');

function image_on_1hl_1 (position) {
   var doc = eval("document.image1hl_1" + position);
   doc.src = imageFiles_1hl_1[position][1];
}

function image_off_1hl_1 (position) {
   var doc = eval("document.image1hl_1" + position);
   doc.src = imageFiles_1hl_1[position][0];
}
