var imageFiles_5h_4 = new Array();
imageFiles_5h_4['0'] = new Array ('_images/5h_Home.gif', '_images/5h_HomeMouseover.gif');
imageFiles_5h_4['1'] = new Array ('_images/5h_About_Us.gif', '_images/5h_About_UsMouseover.gif');
imageFiles_5h_4['2'] = new Array ('_images/5h_Services.gif', '_images/5h_ServicesMouseover.gif');
imageFiles_5h_4['3'] = new Array ('_images/5h_Hosting.gif', '_images/5h_HostingMouseover.gif');
imageFiles_5h_4['4'] = new Array ('_images/5h_Contact_Us.gif', '_images/5h_Contact_UsMouseover.gif');

function image_on_5h_4 (position) {
   var doc = eval("document.image5h_4" + position);
   doc.src = imageFiles_5h_4[position][1];
}

function image_off_5h_4 (position) {
   var doc = eval("document.image5h_4" + position);
   doc.src = imageFiles_5h_4[position][0];
}

