var imageFiles_4b_5 = new Array();
imageFiles_4b_5['0'] = new Array ('_images/4b_Bulletin.gif', '_images/4b_BulletinMouseover.gif');
imageFiles_4b_5['1'] = new Array ('_images/4b_Lector_Eucharistic_Minister_Schedule.gif', '_images/4b_Lector_Eucharistic_Minister_ScheduleMouseover.gif');
imageFiles_4b_5['2'] = new Array ('_images/4b_Mass_Intentions.gif', '_images/4b_Mass_IntentionsMouseover.gif');
imageFiles_4b_5['3'] = new Array ('_images/4b_Server_Schedule.gif', '_images/4b_Server_ScheduleMouseover.gif');
imageFiles_4b_5['4'] = new Array ('_images/4b_Holiday_Holy_Days.gif', '_images/4b_Holiday_Holy_DaysMouseover.gif');
imageFiles_4b_5['5'] = new Array ('_images/4b_Usher_Schedule.gif', '_images/4b_Usher_ScheduleMouseover.gif');

function image_on_4b_5 (position) {
   var doc = eval("document.image4b_5" + position);
   doc.src = imageFiles_4b_5[position][1];
}

function image_off_4b_5 (position) {
   var doc = eval("document.image4b_5" + position);
   doc.src = imageFiles_4b_5[position][0];
}

