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

function image_on_5h_22 (position) {
   var doc = eval("document.image5h_22" + position);
   doc.src = imageFiles_5h_22[position][1];
}

function image_off_5h_22 (position) {
   var doc = eval("document.image5h_22" + position);
   doc.src = imageFiles_5h_22[position][0];
}
