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

function image_on_2s_5 (position) {
   var doc = eval("document.image2s_5" + position);
   doc.src = imageFiles_2s_5[position][1];
}

function image_off_2s_5 (position) {
   var doc = eval("document.image2s_5" + position);
   doc.src = imageFiles_2s_5[position][0];
}
