var imageFiles_bq_1 = new Array();
imageFiles_bq_1['0'] = new Array ('_images/bq_HOME.gif', '_images/bq_HOMEMouseover.gif');
imageFiles_bq_1['1'] = new Array ('_images/bq_DINNER_MENU_.gif', '_images/bq_DINNER_MENU_Mouseover.gif');
imageFiles_bq_1['2'] = new Array ('_images/bq_LUNCH_MENU.gif', '_images/bq_LUNCH_MENUMouseover.gif');
imageFiles_bq_1['3'] = new Array ('_images/bq_KIDS.gif', '_images/bq_KIDSMouseover.gif');
imageFiles_bq_1['4'] = new Array ('_images/bq_PRIVATE_PARTIES.gif', '_images/bq_PRIVATE_PARTIESMouseover.gif');
imageFiles_bq_1['5'] = new Array ('_images/bq_RECEPTIONS___SHOWERS.gif', '_images/bq_RECEPTIONS___SHOWERSMouseover.gif');
imageFiles_bq_1['6'] = new Array ('_images/bq_DINNER_BANQUET.gif', '_images/bq_DINNER_BANQUETMouseover.gif');
imageFiles_bq_1['7'] = new Array ('_images/bq_DINNER_BUFFET.gif', '_images/bq_DINNER_BUFFETMouseover.gif');
imageFiles_bq_1['8'] = new Array ('_images/bq_LUNCH_BANQUET.gif', '_images/bq_LUNCH_BANQUETMouseover.gif');
imageFiles_bq_1['9'] = new Array ('_images/bq_LUNCH_BUFFET.gif', '_images/bq_LUNCH_BUFFETMouseover.gif');
imageFiles_bq_1['10'] = new Array ('_images/bq_CATERING__.gif', '_images/bq_CATERING__Mouseover.gif');
imageFiles_bq_1['11'] = new Array ('_images/bq_FUNERAL_LUNCHEONS.gif', '_images/bq_FUNERAL_LUNCHEONSMouseover.gif');
imageFiles_bq_1['12'] = new Array ('_images/bq_CONTACT_US.gif', '_images/bq_CONTACT_USMouseover.gif');
imageFiles_bq_1['13'] = new Array ('_images/bq_PHOTO_GALLERY.gif', '_images/bq_PHOTO_GALLERYMouseover.gif');
imageFiles_bq_1['14'] = new Array ('_images/bq_GRAD_PARTY_SPECIAL.gif', '_images/bq_GRAD_PARTY_SPECIALMouseover.gif');
imageFiles_bq_1['15'] = new Array ('_images/bq_FUNDRAISERS.gif', '_images/bq_FUNDRAISERSMouseover.gif');

function image_on_bq_1 (position) {
   var doc = eval("document.imagebq_1" + position);
   doc.src = imageFiles_bq_1[position][1];
}

function image_off_bq_1 (position) {
   var doc = eval("document.imagebq_1" + position);
   doc.src = imageFiles_bq_1[position][0];
}
