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

function image_on_3s_4 (position) {
   var doc = eval("document.image3s_4" + position);
   doc.src = imageFiles_3s_4[position][1];
}

function image_off_3s_4 (position) {
   var doc = eval("document.image3s_4" + position);
   doc.src = imageFiles_3s_4[position][0];
}

