var imageFiles_6h_1 = new Array();
imageFiles_6h_1['0'] = new Array ('_images/6h_Home.gif', '_images/6h_HomeMouseover.gif');
imageFiles_6h_1['1'] = new Array ('_images/6h_About_Us.gif', '_images/6h_About_UsMouseover.gif');
imageFiles_6h_1['2'] = new Array ('_images/6h_Contact_us.gif', '_images/6h_Contact_usMouseover.gif');
imageFiles_6h_1['3'] = new Array ('_images/6h_Feedback.gif', '_images/6h_FeedbackMouseover.gif');
imageFiles_6h_1['4'] = new Array ('_images/6h_Hosting.gif', '_images/6h_HostingMouseover.gif');

function image_on_6h_1 (position) {
   var doc = eval("document.image6h_1" + position);
   doc.src = imageFiles_6h_1[position][1];
}

function image_off_6h_1 (position) {
   var doc = eval("document.image6h_1" + position);
   doc.src = imageFiles_6h_1[position][0];
}

