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

function image_on_bl_5 (position) {
   var doc = eval("document.imagebl_5" + position);
   doc.src = imageFiles_bl_5[position][1];
}

function image_off_bl_5 (position) {
   var doc = eval("document.imagebl_5" + position);
   doc.src = imageFiles_bl_5[position][0];
}
