var imageFiles_7u_1 = new Array();
imageFiles_7u_1['0'] = new Array ('_images/7u_HOME.gif', '_images/7u_HOMEMouseover.gif');
imageFiles_7u_1['1'] = new Array ('_images/7u_DINNER_MENU_.gif', '_images/7u_DINNER_MENU_Mouseover.gif');
imageFiles_7u_1['2'] = new Array ('_images/7u_LUNCH_MENU.gif', '_images/7u_LUNCH_MENUMouseover.gif');
imageFiles_7u_1['3'] = new Array ('_images/7u_KIDS.gif', '_images/7u_KIDSMouseover.gif');
imageFiles_7u_1['4'] = new Array ('_images/7u_PRIVATE_PARTIES.gif', '_images/7u_PRIVATE_PARTIESMouseover.gif');
imageFiles_7u_1['5'] = new Array ('_images/7u_RECEPTIONS___SHOWERS.gif', '_images/7u_RECEPTIONS___SHOWERSMouseover.gif');
imageFiles_7u_1['6'] = new Array ('_images/7u_DINNER_BANQUET.gif', '_images/7u_DINNER_BANQUETMouseover.gif');
imageFiles_7u_1['7'] = new Array ('_images/7u_DINNER_BUFFET.gif', '_images/7u_DINNER_BUFFETMouseover.gif');
imageFiles_7u_1['8'] = new Array ('_images/7u_LUNCH_BANQUET.gif', '_images/7u_LUNCH_BANQUETMouseover.gif');
imageFiles_7u_1['9'] = new Array ('_images/7u_LUNCH_BUFFET.gif', '_images/7u_LUNCH_BUFFETMouseover.gif');
imageFiles_7u_1['10'] = new Array ('_images/7u_FUNERAL_LUNCHEONS.gif', '_images/7u_FUNERAL_LUNCHEONSMouseover.gif');
imageFiles_7u_1['11'] = new Array ('_images/7u_CONTACT_US.gif', '_images/7u_CONTACT_USMouseover.gif');
imageFiles_7u_1['12'] = new Array ('_images/7u_PHOTO_GALLERY.gif', '_images/7u_PHOTO_GALLERYMouseover.gif');
imageFiles_7u_1['13'] = new Array ('_images/7u_GRAD_PARTY_SPECIAL.gif', '_images/7u_GRAD_PARTY_SPECIALMouseover.gif');
imageFiles_7u_1['14'] = new Array ('_images/7u_FUNDRAISERS.gif', '_images/7u_FUNDRAISERSMouseover.gif');
imageFiles_7u_1['15'] = new Array ('_images/7u_BUY_OUR_SEASONING.gif', '_images/7u_BUY_OUR_SEASONINGMouseover.gif');
imageFiles_7u_1['16'] = new Array ('_images/7u_eGIFT_CARDS.gif', '_images/7u_eGIFT_CARDSMouseover.gif');
imageFiles_7u_1['17'] = new Array ('_images/7u_CELIAC_FRIENDLY_MENU.gif', '_images/7u_CELIAC_FRIENDLY_MENUMouseover.gif');
imageFiles_7u_1['18'] = new Array ('_images/7u_SPECIAL_EVENTS_ONLINE.gif', '_images/7u_SPECIAL_EVENTS_ONLINEMouseover.gif');
imageFiles_7u_1['19'] = new Array ('_images/7u_VALENTINE_LOBSTERFEST.gif', '_images/7u_VALENTINE_LOBSTERFESTMouseover.gif');

function image_on_7u_1 (position) {
   var doc = eval("document.image7u_1" + position);
   doc.src = imageFiles_7u_1[position][1];
}

function image_off_7u_1 (position) {
   var doc = eval("document.image7u_1" + position);
   doc.src = imageFiles_7u_1[position][0];
}

