var imageFiles_bh_1 = new Array();
imageFiles_bh_1['0'] = new Array ('_images/bh_HOME.gif', '_images/bh_HOMEMouseover.gif');
imageFiles_bh_1['1'] = new Array ('_images/bh_DINNER_MENU_.gif', '_images/bh_DINNER_MENU_Mouseover.gif');
imageFiles_bh_1['2'] = new Array ('_images/bh_LUNCH_MENU.gif', '_images/bh_LUNCH_MENUMouseover.gif');
imageFiles_bh_1['3'] = new Array ('_images/bh_KIDS.gif', '_images/bh_KIDSMouseover.gif');
imageFiles_bh_1['4'] = new Array ('_images/bh_PRIVATE_PARTIES.gif', '_images/bh_PRIVATE_PARTIESMouseover.gif');
imageFiles_bh_1['5'] = new Array ('_images/bh_RECEPTIONS___SHOWERS.gif', '_images/bh_RECEPTIONS___SHOWERSMouseover.gif');
imageFiles_bh_1['6'] = new Array ('_images/bh_DINNER_BANQUET.gif', '_images/bh_DINNER_BANQUETMouseover.gif');
imageFiles_bh_1['7'] = new Array ('_images/bh_DINNER_BUFFET.gif', '_images/bh_DINNER_BUFFETMouseover.gif');
imageFiles_bh_1['8'] = new Array ('_images/bh_LUNCH_BANQUET.gif', '_images/bh_LUNCH_BANQUETMouseover.gif');
imageFiles_bh_1['9'] = new Array ('_images/bh_LUNCH_BUFFET.gif', '_images/bh_LUNCH_BUFFETMouseover.gif');
imageFiles_bh_1['10'] = new Array ('_images/bh_CATERING_.gif', '_images/bh_CATERING_Mouseover.gif');
imageFiles_bh_1['11'] = new Array ('_images/bh_FUNERAL_LUNCHEONS.gif', '_images/bh_FUNERAL_LUNCHEONSMouseover.gif');
imageFiles_bh_1['12'] = new Array ('_images/bh_CONTACT_US.gif', '_images/bh_CONTACT_USMouseover.gif');
imageFiles_bh_1['13'] = new Array ('_images/bh_PHOTO_GALLERY.gif', '_images/bh_PHOTO_GALLERYMouseover.gif');
imageFiles_bh_1['14'] = new Array ('_images/bh_GRAD_PARTY_SPECIAL.gif', '_images/bh_GRAD_PARTY_SPECIALMouseover.gif');
imageFiles_bh_1['15'] = new Array ('_images/bh_FUNDRAISERS.gif', '_images/bh_FUNDRAISERSMouseover.gif');

function image_on_bh_1 (position) {
   var doc = eval("document.imagebh_1" + position);
   doc.src = imageFiles_bh_1[position][1];
}

function image_off_bh_1 (position) {
   var doc = eval("document.imagebh_1" + position);
   doc.src = imageFiles_bh_1[position][0];
}
