var imageFiles_oh_11 = new Array();
imageFiles_oh_11['0'] = new Array ('_images/oh_Home.gif', '_images/oh_HomeMouseover.gif');
imageFiles_oh_11['1'] = new Array ('_images/oh_Catering.gif', '_images/oh_CateringMouseover.gif');
imageFiles_oh_11['2'] = new Array ('_images/oh_BBQ.gif', '_images/oh_BBQMouseover.gif');
imageFiles_oh_11['3'] = new Array ('_images/oh_Deli.gif', '_images/oh_DeliMouseover.gif');
imageFiles_oh_11['4'] = new Array ('_images/oh_Kitchen_Eatery.gif', '_images/oh_Kitchen_EateryMouseover.gif');
imageFiles_oh_11['5'] = new Array ('_images/oh_About_Us.gif', '_images/oh_About_UsMouseover.gif');
imageFiles_oh_11['6'] = new Array ('_images/oh_Testimonials.gif', '_images/oh_TestimonialsMouseover.gif');
imageFiles_oh_11['7'] = new Array ('_images/oh_FYI.gif', '_images/oh_FYIMouseover.gif');
imageFiles_oh_11['8'] = new Array ('_images/oh_Directions.gif', '_images/oh_DirectionsMouseover.gif');
imageFiles_oh_11['9'] = new Array ('_images/oh_Request_Form.gif', '_images/oh_Request_FormMouseover.gif');
imageFiles_oh_11['10'] = new Array ('_images/oh_Photo_Gallery.gif', '_images/oh_Photo_GalleryMouseover.gif');

function image_on_oh_11 (position) {
   var doc = eval("document.imageoh_11" + position);
   doc.src = imageFiles_oh_11[position][1];
}

function image_off_oh_11 (position) {
   var doc = eval("document.imageoh_11" + position);
   doc.src = imageFiles_oh_11[position][0];
}

