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

function image_on_4b_3 (position) {
   var doc = eval("document.image4b_3" + position);
   doc.src = imageFiles_4b_3[position][1];
}

function image_off_4b_3 (position) {
   var doc = eval("document.image4b_3" + position);
   doc.src = imageFiles_4b_3[position][0];
}

