var imageFiles_1ghve_7 = new Array();
imageFiles_1ghve_7['0'] = new Array ('_images/1ghve_Homepage.gif', '_images/1ghve_HomepageMouseover.gif');
imageFiles_1ghve_7['1'] = new Array ('_images/1ghve_About_Us.gif', '_images/1ghve_About_UsMouseover.gif');
imageFiles_1ghve_7['2'] = new Array ('_images/1ghve_Locations.gif', '_images/1ghve_LocationsMouseover.gif');
imageFiles_1ghve_7['3'] = new Array ('_images/1ghve_Dealers.gif', '_images/1ghve_DealersMouseover.gif');
imageFiles_1ghve_7['4'] = new Array ('_images/1ghve_Products.gif', '_images/1ghve_ProductsMouseover.gif');
imageFiles_1ghve_7['5'] = new Array ('_images/1ghve_News.gif', '_images/1ghve_NewsMouseover.gif');
imageFiles_1ghve_7['6'] = new Array ('_images/1ghve_Order_Form.gif', '_images/1ghve_Order_FormMouseover.gif');
imageFiles_1ghve_7['7'] = new Array ('_images/1ghve_Contact_Us.gif', '_images/1ghve_Contact_UsMouseover.gif');

function image_on_1ghve_7 (position) {
   var doc = eval("document.image1ghve_7" + position);
   doc.src = imageFiles_1ghve_7[position][1];
}

function image_off_1ghve_7 (position) {
   var doc = eval("document.image1ghve_7" + position);
   doc.src = imageFiles_1ghve_7[position][0];
}

