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

function image_on_3l_33 (position) {
   var doc = eval("document.image3l_33" + position);
   doc.src = imageFiles_3l_33[position][1];
}

function image_off_3l_33 (position) {
   var doc = eval("document.image3l_33" + position);
   doc.src = imageFiles_3l_33[position][0];
}
