var imageFiles_5dahm_3 = new Array();
imageFiles_5dahm_3['0'] = new Array ('_images/5dahm_Home.gif', '_images/5dahm_HomeMouseover.gif');
imageFiles_5dahm_3['1'] = new Array ('_images/5dahm_Contact_Us___Directions.gif', '_images/5dahm_Contact_Us___DirectionsMouseover.gif');
imageFiles_5dahm_3['2'] = new Array ('_images/5dahm_Mailing_List.gif', '_images/5dahm_Mailing_ListMouseover.gif');

function image_on_5dahm_3 (position) {
   var doc = eval("document.image5dahm_3" + position);
   doc.src = imageFiles_5dahm_3[position][1];
}

function image_off_5dahm_3 (position) {
   var doc = eval("document.image5dahm_3" + position);
   doc.src = imageFiles_5dahm_3[position][0];
}

