var imageFiles_5dahm_7 = new Array();
imageFiles_5dahm_7['0'] = new Array ('_images/5dahm_Home.gif', '_images/5dahm_HomeMouseover.gif');
imageFiles_5dahm_7['1'] = new Array ('_images/5dahm_About_Us.gif', '_images/5dahm_About_UsMouseover.gif');
imageFiles_5dahm_7['2'] = new Array ('_images/5dahm_Feedback.gif', '_images/5dahm_FeedbackMouseover.gif');
imageFiles_5dahm_7['3'] = new Array ('_images/5dahm_Contact_Us.gif', '_images/5dahm_Contact_UsMouseover.gif');

function image_on_5dahm_7 (position) {
   var doc = eval("document.image5dahm_7" + position);
   doc.src = imageFiles_5dahm_7[position][1];
}

function image_off_5dahm_7 (position) {
   var doc = eval("document.image5dahm_7" + position);
   doc.src = imageFiles_5dahm_7[position][0];
}

