var imageFiles_f7mp_10 = new Array();
imageFiles_f7mp_10['0'] = new Array ('_images/f7mp_Home.gif', '_images/f7mp_HomeMouseover.gif');
imageFiles_f7mp_10['1'] = new Array ('_images/f7mp_Dinner_Lunch_Menu.gif', '_images/f7mp_Dinner_Lunch_MenuMouseover.gif');
imageFiles_f7mp_10['2'] = new Array ('_images/f7mp_Catering.gif', '_images/f7mp_CateringMouseover.gif');
imageFiles_f7mp_10['3'] = new Array ('_images/f7mp_FAQ.gif', '_images/f7mp_FAQMouseover.gif');
imageFiles_f7mp_10['4'] = new Array ('_images/f7mp_Feedback.gif', '_images/f7mp_FeedbackMouseover.gif');
imageFiles_f7mp_10['5'] = new Array ('_images/f7mp_Contact_Us.gif', '_images/f7mp_Contact_UsMouseover.gif');
imageFiles_f7mp_10['6'] = new Array ('_images/f7mp_Butcher_Shop.gif', '_images/f7mp_Butcher_ShopMouseover.gif');

function image_on_f7mp_10 (position) {
   var doc = eval("document.imagef7mp_10" + position);
   doc.src = imageFiles_f7mp_10[position][1];
}

function image_off_f7mp_10 (position) {
   var doc = eval("document.imagef7mp_10" + position);
   doc.src = imageFiles_f7mp_10[position][0];
}

