var imageFiles_1l0_1 = new Array();
imageFiles_1l0_1['0'] = new Array ('_images/1l0_About_Us.gif', '_images/1l0_About_UsMouseover.gif');
imageFiles_1l0_1['1'] = new Array ('_images/1l0_Menu.gif', '_images/1l0_MenuMouseover.gif');
imageFiles_1l0_1['2'] = new Array ('_images/1l0_Catering.gif', '_images/1l0_CateringMouseover.gif');
imageFiles_1l0_1['3'] = new Array ('_images/1l0_Contact_Us.gif', '_images/1l0_Contact_UsMouseover.gif');
imageFiles_1l0_1['4'] = new Array ('_images/1l0_Photo_Gallery.gif', '_images/1l0_Photo_GalleryMouseover.gif');
imageFiles_1l0_1['5'] = new Array ('_images/1l0_Corporate_.gif', '_images/1l0_Corporate_Mouseover.gif');

function image_on_1l0_1 (position) {
   var doc = eval("document.image1l0_1" + position);
   doc.src = imageFiles_1l0_1[position][1];
}

function image_off_1l0_1 (position) {
   var doc = eval("document.image1l0_1" + position);
   doc.src = imageFiles_1l0_1[position][0];
}

