var imageFiles_bq_3 = new Array();
imageFiles_bq_3['0'] = new Array ('_images/bq_HOME.gif', '_images/bq_HOMEMouseover.gif');
imageFiles_bq_3['1'] = new Array ('_images/bq_DINNER_MENU_.gif', '_images/bq_DINNER_MENU_Mouseover.gif');
imageFiles_bq_3['2'] = new Array ('_images/bq_LUNCH_MENU.gif', '_images/bq_LUNCH_MENUMouseover.gif');
imageFiles_bq_3['3'] = new Array ('_images/bq_KIDS.gif', '_images/bq_KIDSMouseover.gif');
imageFiles_bq_3['4'] = new Array ('_images/bq_PRIVATE_PARTIES.gif', '_images/bq_PRIVATE_PARTIESMouseover.gif');
imageFiles_bq_3['5'] = new Array ('_images/bq_RECEPTIONS___SHOWERS.gif', '_images/bq_RECEPTIONS___SHOWERSMouseover.gif');
imageFiles_bq_3['6'] = new Array ('_images/bq_DINNER_BANQUET.gif', '_images/bq_DINNER_BANQUETMouseover.gif');
imageFiles_bq_3['7'] = new Array ('_images/bq_DINNER_BUFFET.gif', '_images/bq_DINNER_BUFFETMouseover.gif');
imageFiles_bq_3['8'] = new Array ('_images/bq_LUNCH_BANQUET.gif', '_images/bq_LUNCH_BANQUETMouseover.gif');
imageFiles_bq_3['9'] = new Array ('_images/bq_LUNCH_BUFFET.gif', '_images/bq_LUNCH_BUFFETMouseover.gif');
imageFiles_bq_3['10'] = new Array ('_images/bq_CATERING__.gif', '_images/bq_CATERING__Mouseover.gif');
imageFiles_bq_3['11'] = new Array ('_images/bq_CONTACT_US.gif', '_images/bq_CONTACT_USMouseover.gif');
imageFiles_bq_3['12'] = new Array ('_images/bq_GRAD_PARTY_SPECIALS.gif', '_images/bq_GRAD_PARTY_SPECIALSMouseover.gif');
imageFiles_bq_3['13'] = new Array ('_images/bq_FUNERAL_LUNCHEONS.gif', '_images/bq_FUNERAL_LUNCHEONSMouseover.gif');
imageFiles_bq_3['14'] = new Array ('_images/bq_PHOTO_GALLERY.gif', '_images/bq_PHOTO_GALLERYMouseover.gif');
imageFiles_bq_3['15'] = new Array ('_images/bq_FUNDRAISERS.gif', '_images/bq_FUNDRAISERSMouseover.gif');
imageFiles_bq_3['16'] = new Array ('_images/bq_eGIFT_CARDS.gif', '_images/bq_eGIFT_CARDSMouseover.gif');
imageFiles_bq_3['17'] = new Array ('_images/bq_CELIAC_FRIENDLY_MENU.gif', '_images/bq_CELIAC_FRIENDLY_MENUMouseover.gif');
imageFiles_bq_3['18'] = new Array ('_images/bq_SPECIAL_EVENTS_ONLINE.gif', '_images/bq_SPECIAL_EVENTS_ONLINEMouseover.gif');
imageFiles_bq_3['19'] = new Array ('_images/bq_VALENTINE_LOBSTERFEST.gif', '_images/bq_VALENTINE_LOBSTERFESTMouseover.gif');

function image_on_bq_3 (position) {
   var doc = eval("document.imagebq_3" + position);
   doc.src = imageFiles_bq_3[position][1];
}

function image_off_bq_3 (position) {
   var doc = eval("document.imagebq_3" + position);
   doc.src = imageFiles_bq_3[position][0];
}

