var imageFiles_dh_40 = new Array();
imageFiles_dh_40['0'] = new Array ('_images/dh_Home.gif', '_images/dh_HomeMouseover.gif');
imageFiles_dh_40['1'] = new Array ('_images/dh_About_Us.gif', '_images/dh_About_UsMouseover.gif');
imageFiles_dh_40['2'] = new Array ('_images/dh_Contact_Us.gif', '_images/dh_Contact_UsMouseover.gif');
imageFiles_dh_40['3'] = new Array ('_images/dh_Links.gif', '_images/dh_LinksMouseover.gif');
imageFiles_dh_40['4'] = new Array ('_images/dh_Restoration.gif', '_images/dh_RestorationMouseover.gif');
imageFiles_dh_40['5'] = new Array ('_images/dh_Clearance.gif', '_images/dh_ClearanceMouseover.gif');

function image_on_dh_40 (position) {
   var doc = eval("document.imagedh_40" + position);
   doc.src = imageFiles_dh_40[position][1];
}

function image_off_dh_40 (position) {
   var doc = eval("document.imagedh_40" + position);
   doc.src = imageFiles_dh_40[position][0];
}
