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

function image_on_bl_3 (position) {
   var doc = eval("document.imagebl_3" + position);
   doc.src = imageFiles_bl_3[position][1];
}

function image_off_bl_3 (position) {
   var doc = eval("document.imagebl_3" + position);
   doc.src = imageFiles_bl_3[position][0];
}
