var imageFiles_3l_41 = new Array();
imageFiles_3l_41['0'] = new Array ('_images/3l_Home_.gif', '_images/3l_Home_Mouseover.gif');
imageFiles_3l_41['1'] = new Array ('_images/3l_About_Us.gif', '_images/3l_About_UsMouseover.gif');
imageFiles_3l_41['2'] = new Array ('_images/3l_Contact_Us.gif', '_images/3l_Contact_UsMouseover.gif');
imageFiles_3l_41['3'] = new Array ('_images/3l_Our_Location.gif', '_images/3l_Our_LocationMouseover.gif');
imageFiles_3l_41['4'] = new Array ('_images/3l_Our_Mission.gif', '_images/3l_Our_MissionMouseover.gif');
imageFiles_3l_41['5'] = new Array ('_images/3l_Our_History.gif', '_images/3l_Our_HistoryMouseover.gif');
imageFiles_3l_41['6'] = new Array ('_images/3l_Our_Staff.gif', '_images/3l_Our_StaffMouseover.gif');
imageFiles_3l_41['7'] = new Array ('_images/3l_Physical_Therapy.gif', '_images/3l_Physical_TherapyMouseover.gif');
imageFiles_3l_41['8'] = new Array ('_images/3l_Occupational_Therapy.gif', '_images/3l_Occupational_TherapyMouseover.gif');
imageFiles_3l_41['9'] = new Array ('_images/3l_Speech_Therapy.gif', '_images/3l_Speech_TherapyMouseover.gif');
imageFiles_3l_41['10'] = new Array ('_images/3l_Photo_Gallery.gif', '_images/3l_Photo_GalleryMouseover.gif');
imageFiles_3l_41['11'] = new Array ('_images/3l_Auditorium.gif', '_images/3l_AuditoriumMouseover.gif');

function image_on_3l_41 (position) {
   var doc = eval("document.image3l_41" + position);
   doc.src = imageFiles_3l_41[position][1];
}

function image_off_3l_41 (position) {
   var doc = eval("document.image3l_41" + position);
   doc.src = imageFiles_3l_41[position][0];
}

