var imageFiles_bl_33 = new Array();
imageFiles_bl_33['0'] = new Array ('_images/bl_HOME_PAGE.gif', '_images/bl_HOME_PAGEMouseover.gif');
imageFiles_bl_33['1'] = new Array ('_images/bl_ABOUT_GALLELLI.gif', '_images/bl_ABOUT_GALLELLIMouseover.gif');
imageFiles_bl_33['2'] = new Array ('_images/bl_OUR_GALLERY.gif', '_images/bl_OUR_GALLERYMouseover.gif');
imageFiles_bl_33['3'] = new Array ('_images/bl_FOR_WEDDINGS.gif', '_images/bl_FOR_WEDDINGSMouseover.gif');
imageFiles_bl_33['4'] = new Array ('_images/bl_FOR_THE_PROM.gif', '_images/bl_FOR_THE_PROMMouseover.gif');
imageFiles_bl_33['5'] = new Array ('_images/bl_DIRECTIONS.gif', '_images/bl_DIRECTIONSMouseover.gif');
imageFiles_bl_33['6'] = new Array ('_images/bl_CONTACT_US.gif', '_images/bl_CONTACT_USMouseover.gif');

function image_on_bl_33 (position) {
   var doc = eval("document.imagebl_33" + position);
   doc.src = imageFiles_bl_33[position][1];
}

function image_off_bl_33 (position) {
   var doc = eval("document.imagebl_33" + position);
   doc.src = imageFiles_bl_33[position][0];
}
