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_CATERING.gif', '_images/7u_CATERINGMouseover.gif');
imageFiles_7u_1['11'] = new Array ('_images/7u_FUNERAL_LUNCHEONS.gif', '_images/7u_FUNERAL_LUNCHEONSMouseover.gif');
imageFiles_7u_1['12'] = new Array ('_images/7u_CONTACT_US.gif', '_images/7u_CONTACT_USMouseover.gif');
imageFiles_7u_1['13'] = new Array ('_images/7u_PHOTO_GALLERY.gif', '_images/7u_PHOTO_GALLERYMouseover.gif');
imageFiles_7u_1['14'] = new Array ('_images/7u_GRAD_PARTY_SPECIAL.gif', '_images/7u_GRAD_PARTY_SPECIALMouseover.gif');
imageFiles_7u_1['15'] = new Array ('_images/7u_FUNDRAISERS.gif', '_images/7u_FUNDRAISERSMouseover.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];
}
