var imageFiles_hl_4 = new Array();
imageFiles_hl_4['0'] = new Array ('_images/hl_HOME.gif', '_images/hl_HOMEMouseover.gif');
imageFiles_hl_4['1'] = new Array ('_images/hl_ABOUT_US.gif', '_images/hl_ABOUT_USMouseover.gif');
imageFiles_hl_4['2'] = new Array ('_images/hl_APPLY_FOR_CREDIT.gif', '_images/hl_APPLY_FOR_CREDITMouseover.gif');
imageFiles_hl_4['3'] = new Array ('_images/hl_ONLINE_COUPONS.gif', '_images/hl_ONLINE_COUPONSMouseover.gif');
imageFiles_hl_4['4'] = new Array ('_images/hl_CONTACT_US.gif', '_images/hl_CONTACT_USMouseover.gif');
imageFiles_hl_4['5'] = new Array ('_images/hl_EMAIL_US.gif', '_images/hl_EMAIL_USMouseover.gif');

function image_on_hl_4 (position) {
   var doc = eval("document.imagehl_4" + position);
   doc.src = imageFiles_hl_4[position][1];
}

function image_off_hl_4 (position) {
   var doc = eval("document.imagehl_4" + position);
   doc.src = imageFiles_hl_4[position][0];
}
