var imageFiles_1ghve_4 = new Array();
imageFiles_1ghve_4['0'] = new Array ('_images/1ghve_Home.gif', '_images/1ghve_HomeMouseover.gif');
imageFiles_1ghve_4['1'] = new Array ('_images/1ghve_About_Us.gif', '_images/1ghve_About_UsMouseover.gif');
imageFiles_1ghve_4['2'] = new Array ('_images/1ghve_Contact_Us.gif', '_images/1ghve_Contact_UsMouseover.gif');
imageFiles_1ghve_4['3'] = new Array ('_images/1ghve_FEEDBACK.gif', '_images/1ghve_FEEDBACKMouseover.gif');
imageFiles_1ghve_4['4'] = new Array ('_images/1ghve_Template.gif', '_images/1ghve_TemplateMouseover.gif');
imageFiles_1ghve_4['5'] = new Array ('_images/1ghve_PRODUCTS.gif', '_images/1ghve_PRODUCTSMouseover.gif');

function image_on_1ghve_4 (position) {
   var doc = eval("document.image1ghve_4" + position);
   doc.src = imageFiles_1ghve_4[position][1];
}

function image_off_1ghve_4 (position) {
   var doc = eval("document.image1ghve_4" + position);
   doc.src = imageFiles_1ghve_4[position][0];
}
