var imageFiles_1ghve_1 = new Array();
imageFiles_1ghve_1['0'] = new Array ('_images/1ghve_Home.gif', '_images/1ghve_HomeMouseover.gif');
imageFiles_1ghve_1['1'] = new Array ('_images/1ghve_Battery_Line.gif', '_images/1ghve_Battery_LineMouseover.gif');
imageFiles_1ghve_1['2'] = new Array ('_images/1ghve_Battery_Tools.gif', '_images/1ghve_Battery_ToolsMouseover.gif');
imageFiles_1ghve_1['3'] = new Array ('_images/1ghve_Environmental.gif', '_images/1ghve_EnvironmentalMouseover.gif');
imageFiles_1ghve_1['4'] = new Array ('_images/1ghve_Wash_Station.gif', '_images/1ghve_Wash_StationMouseover.gif');
imageFiles_1ghve_1['5'] = new Array ('_images/1ghve_Feedback.gif', '_images/1ghve_FeedbackMouseover.gif');

function image_on_1ghve_1 (position) {
   var doc = eval("document.image1ghve_1" + position);
   doc.src = imageFiles_1ghve_1[position][1];
}

function image_off_1ghve_1 (position) {
   var doc = eval("document.image1ghve_1" + position);
   doc.src = imageFiles_1ghve_1[position][0];
}
