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

function image_on_5h_25 (position) {
   var doc = eval("document.image5h_25" + position);
   doc.src = imageFiles_5h_25[position][1];
}

function image_off_5h_25 (position) {
   var doc = eval("document.image5h_25" + position);
   doc.src = imageFiles_5h_25[position][0];
}
