var imageFiles_bn_1 = new Array();
imageFiles_bn_1['0'] = new Array ('_images/bn_HOME.gif', '_images/bn_HOMEMouseover.gif');
imageFiles_bn_1['1'] = new Array ('_images/bn_DINNER_MENU.gif', '_images/bn_DINNER_MENUMouseover.gif');
imageFiles_bn_1['2'] = new Array ('_images/bn_LUNCH_MENU.gif', '_images/bn_LUNCH_MENUMouseover.gif');
imageFiles_bn_1['3'] = new Array ('_images/bn_KIDS.gif', '_images/bn_KIDSMouseover.gif');
imageFiles_bn_1['4'] = new Array ('_images/bn_PRIVATE_PARTIES.gif', '_images/bn_PRIVATE_PARTIESMouseover.gif');
imageFiles_bn_1['5'] = new Array ('_images/bn_RECEPTIONS___SHOWERS.gif', '_images/bn_RECEPTIONS___SHOWERSMouseover.gif');
imageFiles_bn_1['6'] = new Array ('_images/bn_DINNER_BANQUET.gif', '_images/bn_DINNER_BANQUETMouseover.gif');
imageFiles_bn_1['7'] = new Array ('_images/bn_DINNER_BUFFET.gif', '_images/bn_DINNER_BUFFETMouseover.gif');
imageFiles_bn_1['8'] = new Array ('_images/bn_LUNCH_BUFFET.gif', '_images/bn_LUNCH_BUFFETMouseover.gif');
imageFiles_bn_1['9'] = new Array ('_images/bn_CATERING_.gif', '_images/bn_CATERING_Mouseover.gif');
imageFiles_bn_1['10'] = new Array ('_images/bn_FUNERAL_LUNCHEONS.gif', '_images/bn_FUNERAL_LUNCHEONSMouseover.gif');
imageFiles_bn_1['11'] = new Array ('_images/bn_CONTACT_US.gif', '_images/bn_CONTACT_USMouseover.gif');
imageFiles_bn_1['12'] = new Array ('_images/bn_PHOTO_GALLERY.gif', '_images/bn_PHOTO_GALLERYMouseover.gif');
imageFiles_bn_1['13'] = new Array ('_images/bn_GRAD_PARTY_SPECIAL.gif', '_images/bn_GRAD_PARTY_SPECIALMouseover.gif');
imageFiles_bn_1['14'] = new Array ('_images/bn_FUNDRAISERS.gif', '_images/bn_FUNDRAISERSMouseover.gif');
imageFiles_bn_1['15'] = new Array ('_images/bn_eGIFT_CARDS.gif', '_images/bn_eGIFT_CARDSMouseover.gif');
imageFiles_bn_1['16'] = new Array ('_images/bn_CELIAC_FRIENDLY_MENU.gif', '_images/bn_CELIAC_FRIENDLY_MENUMouseover.gif');
imageFiles_bn_1['17'] = new Array ('_images/bn_SPECIAL_EVENTS_ONLINE.gif', '_images/bn_SPECIAL_EVENTS_ONLINEMouseover.gif');
imageFiles_bn_1['18'] = new Array ('_images/bn_VALENTINE_LOBSTERFEST.gif', '_images/bn_VALENTINE_LOBSTERFESTMouseover.gif');

function image_on_bn_1 (position) {
   var doc = eval("document.imagebn_1" + position);
   doc.src = imageFiles_bn_1[position][1];
}

function image_off_bn_1 (position) {
   var doc = eval("document.imagebn_1" + position);
   doc.src = imageFiles_bn_1[position][0];
}

