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

function image_on_5dahm_5 (position) {
   var doc = eval("document.image5dahm_5" + position);
   doc.src = imageFiles_5dahm_5[position][1];
}

function image_off_5dahm_5 (position) {
   var doc = eval("document.image5dahm_5" + position);
   doc.src = imageFiles_5dahm_5[position][0];
}

