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

function image_on_bl_9 (position) {
   var doc = eval("document.imagebl_9" + position);
   doc.src = imageFiles_bl_9[position][1];
}

function image_off_bl_9 (position) {
   var doc = eval("document.imagebl_9" + position);
   doc.src = imageFiles_bl_9[position][0];
}
