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

function image_on_5dahm_23 (position) {
   var doc = eval("document.image5dahm_23" + position);
   doc.src = imageFiles_5dahm_23[position][1];
}

function image_off_5dahm_23 (position) {
   var doc = eval("document.image5dahm_23" + position);
   doc.src = imageFiles_5dahm_23[position][0];
}

