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

function image_on_3m_3 (position) {
   var doc = eval("document.image3m_3" + position);
   doc.src = imageFiles_3m_3[position][1];
}

function image_off_3m_3 (position) {
   var doc = eval("document.image3m_3" + position);
   doc.src = imageFiles_3m_3[position][0];
}
