var imageFiles_3m_4 = new Array();
imageFiles_3m_4['0'] = new Array ('_images/3m_About_Us_Home.gif', '_images/3m_About_Us_HomeMouseover.gif');
imageFiles_3m_4['1'] = new Array ('_images/3m_What_is_APSE.gif', '_images/3m_What_is_APSEMouseover.gif');
imageFiles_3m_4['2'] = new Array ('_images/3m_What_is_NJAPSE.gif', '_images/3m_What_is_NJAPSEMouseover.gif');
imageFiles_3m_4['3'] = new Array ('_images/3m_Our_Mission.gif', '_images/3m_Our_MissionMouseover.gif');
imageFiles_3m_4['4'] = new Array ('_images/3m_Supported_Employment.gif', '_images/3m_Supported_EmploymentMouseover.gif');
imageFiles_3m_4['5'] = new Array ('_images/3m_Goals.gif', '_images/3m_GoalsMouseover.gif');

function image_on_3m_4 (position) {
   var doc = eval("document.image3m_4" + position);
   doc.src = imageFiles_3m_4[position][1];
}

function image_off_3m_4 (position) {
   var doc = eval("document.image3m_4" + position);
   doc.src = imageFiles_3m_4[position][0];
}
