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

function image_on_5dahm_39 (position) {
   var doc = eval("document.image5dahm_39" + position);
   doc.src = imageFiles_5dahm_39[position][1];
}

function image_off_5dahm_39 (position) {
   var doc = eval("document.image5dahm_39" + position);
   doc.src = imageFiles_5dahm_39[position][0];
}

