var imageFiles_3s_22 = new Array();
imageFiles_3s_22['0'] = new Array ('_images/3s_Home.gif', '_images/3s_HomeMouseover.gif');
imageFiles_3s_22['1'] = new Array ('_images/3s_About_Rehab_1st.gif', '_images/3s_About_Rehab_1stMouseover.gif');
imageFiles_3s_22['2'] = new Array ('_images/3s_Our_Core_Values.gif', '_images/3s_Our_Core_ValuesMouseover.gif');
imageFiles_3s_22['3'] = new Array ('_images/3s_Our_Services.gif', '_images/3s_Our_ServicesMouseover.gif');
imageFiles_3s_22['4'] = new Array ('_images/3s_Massage_Therapy.gif', '_images/3s_Massage_TherapyMouseover.gif');
imageFiles_3s_22['5'] = new Array ('_images/3s_Convenient_Locations.gif', '_images/3s_Convenient_LocationsMouseover.gif');
imageFiles_3s_22['6'] = new Array ('_images/3s_Employment_Opportunities.gif', '_images/3s_Employment_OpportunitiesMouseover.gif');
imageFiles_3s_22['7'] = new Array ('_images/3s_Supervisory_Login.gif', '_images/3s_Supervisory_LoginMouseover.gif');
imageFiles_3s_22['8'] = new Array ('_images/3s_Nonsupervisory_Login.gif', '_images/3s_Nonsupervisory_LoginMouseover.gif');

function image_on_3s_22 (position) {
   var doc = eval("document.image3s_22" + position);
   doc.src = imageFiles_3s_22[position][1];
}

function image_off_3s_22 (position) {
   var doc = eval("document.image3s_22" + position);
   doc.src = imageFiles_3s_22[position][0];
}

