var imageFiles_2s_9 = new Array();
imageFiles_2s_9['0'] = new Array ('_images/2s_Home.gif', '_images/2s_HomeMouseover.gif');
imageFiles_2s_9['1'] = new Array ('_images/2s_Catering.gif', '_images/2s_CateringMouseover.gif');
imageFiles_2s_9['2'] = new Array ('_images/2s_Menu.gif', '_images/2s_MenuMouseover.gif');
imageFiles_2s_9['3'] = new Array ('_images/2s_Specials.gif', '_images/2s_SpecialsMouseover.gif');
imageFiles_2s_9['4'] = new Array ('_images/2s_Contact_Us.gif', '_images/2s_Contact_UsMouseover.gif');
imageFiles_2s_9['5'] = new Array ('_images/2s_Gallery.gif', '_images/2s_GalleryMouseover.gif');

function image_on_2s_9 (position) {
   var doc = eval("document.image2s_9" + position);
   doc.src = imageFiles_2s_9[position][1];
}

function image_off_2s_9 (position) {
   var doc = eval("document.image2s_9" + position);
   doc.src = imageFiles_2s_9[position][0];
}
