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

function image_on_5h_13 (position) {
   var doc = eval("document.image5h_13" + position);
   doc.src = imageFiles_5h_13[position][1];
}

function image_off_5h_13 (position) {
   var doc = eval("document.image5h_13" + position);
   doc.src = imageFiles_5h_13[position][0];
}

