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

function image_on_dh_28 (position) {
   var doc = eval("document.imagedh_28" + position);
   doc.src = imageFiles_dh_28[position][1];
}

function image_off_dh_28 (position) {
   var doc = eval("document.imagedh_28" + position);
   doc.src = imageFiles_dh_28[position][0];
}

