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

function image_on_2s_7 (position) {
   var doc = eval("document.image2s_7" + position);
   doc.src = imageFiles_2s_7[position][1];
}

function image_off_2s_7 (position) {
   var doc = eval("document.image2s_7" + position);
   doc.src = imageFiles_2s_7[position][0];
}
