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

function image_on_3s_13 (position) {
   var doc = eval("document.image3s_13" + position);
   doc.src = imageFiles_3s_13[position][1];
}

function image_off_3s_13 (position) {
   var doc = eval("document.image3s_13" + position);
   doc.src = imageFiles_3s_13[position][0];
}

