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

function image_on_bl_35 (position) {
   var doc = eval("document.imagebl_35" + position);
   doc.src = imageFiles_bl_35[position][1];
}

function image_off_bl_35 (position) {
   var doc = eval("document.imagebl_35" + position);
   doc.src = imageFiles_bl_35[position][0];
}
