var imageFiles_1ghve = new Array();
imageFiles_1ghve['0'] = new Array ('_images/1ghve_Home.gif', '_images/1ghve_HomeMouseover.gif');
imageFiles_1ghve['1'] = new Array ('_images/1ghve_About_Us.gif', '_images/1ghve_About_UsMouseover.gif');
imageFiles_1ghve['2'] = new Array ('_images/1ghve_Contact_Us.gif', '_images/1ghve_Contact_UsMouseover.gif');
imageFiles_1ghve['3'] = new Array ('_images/1ghve_Feedback.gif', '_images/1ghve_FeedbackMouseover.gif');
imageFiles_1ghve['4'] = new Array ('_images/1ghve_Services.gif', '_images/1ghve_ServicesMouseover.gif');

function image_on_1ghve (position) {
   var doc = eval("document.image1ghve" + position);
   doc.src = imageFiles_1ghve[position][1];
}

function image_off_1ghve (position) {
   var doc = eval("document.image1ghve" + position);
   doc.src = imageFiles_1ghve[position][0];
}
