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

function image_on_2s_19 (position) {
   var doc = eval("document.image2s_19" + position);
   doc.src = imageFiles_2s_19[position][1];
}

function image_off_2s_19 (position) {
   var doc = eval("document.image2s_19" + position);
   doc.src = imageFiles_2s_19[position][0];
}
