var imageFiles_h_28 = new Array();
imageFiles_h_28['0'] = new Array ('_images/h_HOME.gif', '_images/h_HOMEMouseover.gif');
imageFiles_h_28['1'] = new Array ('_images/h_HOURS___EXTRAS.gif', '_images/h_HOURS___EXTRASMouseover.gif');
imageFiles_h_28['2'] = new Array ('_images/h_MEET_BILL.gif', '_images/h_MEET_BILLMouseover.gif');
imageFiles_h_28['3'] = new Array ('_images/h_MONEY_SAVING_PROGRAMS.gif', '_images/h_MONEY_SAVING_PROGRAMSMouseover.gif');
imageFiles_h_28['4'] = new Array ('_images/h_COUPONS.gif', '_images/h_COUPONSMouseover.gif');
imageFiles_h_28['5'] = new Array ('_images/h_REFERRALS.gif', '_images/h_REFERRALSMouseover.gif');
imageFiles_h_28['6'] = new Array ('_images/h_WARRANTY.gif', '_images/h_WARRANTYMouseover.gif');
imageFiles_h_28['7'] = new Array ('_images/h_SCHEDULE.gif', '_images/h_SCHEDULEMouseover.gif');
imageFiles_h_28['8'] = new Array ('_images/h_COMMUNITY.gif', '_images/h_COMMUNITYMouseover.gif');
imageFiles_h_28['9'] = new Array ('_images/h_TECHNICIANS___TOOLS.gif', '_images/h_TECHNICIANS___TOOLSMouseover.gif');
imageFiles_h_28['10'] = new Array ('_images/h_MAINTENANCE_TIPS.gif', '_images/h_MAINTENANCE_TIPSMouseover.gif');
imageFiles_h_28['11'] = new Array ('_images/h_WHERE_IS_MIGHTY_AUTO_PRO.gif', '_images/h_WHERE_IS_MIGHTY_AUTO_PROMouseover.gif');

function image_on_h_28 (position) {
   var doc = eval("document.imageh_28" + position);
   doc.src = imageFiles_h_28[position][1];
}

function image_off_h_28 (position) {
   var doc = eval("document.imageh_28" + position);
   doc.src = imageFiles_h_28[position][0];
}
