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

function image_on_dh_4 (position) {
   var doc = eval("document.imagedh_4" + position);
   doc.src = imageFiles_dh_4[position][1];
}

function image_off_dh_4 (position) {
   var doc = eval("document.imagedh_4" + position);
   doc.src = imageFiles_dh_4[position][0];
}
