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

function image_on_5dahm_29 (position) {
   var doc = eval("document.image5dahm_29" + position);
   doc.src = imageFiles_5dahm_29[position][1];
}

function image_off_5dahm_29 (position) {
   var doc = eval("document.image5dahm_29" + position);
   doc.src = imageFiles_5dahm_29[position][0];
}

