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

function image_on_5h_9 (position) {
   var doc = eval("document.image5h_9" + position);
   doc.src = imageFiles_5h_9[position][1];
}

function image_off_5h_9 (position) {
   var doc = eval("document.image5h_9" + position);
   doc.src = imageFiles_5h_9[position][0];
}

