var imageFiles_1toz9_3 = new Array();
imageFiles_1toz9_3['0'] = new Array ('_images/1toz9_About_Us.gif', '_images/1toz9_About_UsMouseover.gif');
imageFiles_1toz9_3['1'] = new Array ('_images/1toz9_Menu.gif', '_images/1toz9_MenuMouseover.gif');
imageFiles_1toz9_3['2'] = new Array ('_images/1toz9_Reservations.gif', '_images/1toz9_ReservationsMouseover.gif');
imageFiles_1toz9_3['3'] = new Array ('_images/1toz9_Contact_Us.gif', '_images/1toz9_Contact_UsMouseover.gif');

function image_on_1toz9_3 (position) {
   var doc = eval("document.image1toz9_3" + position);
   doc.src = imageFiles_1toz9_3[position][1];
}

function image_off_1toz9_3 (position) {
   var doc = eval("document.image1toz9_3" + position);
   doc.src = imageFiles_1toz9_3[position][0];
}

