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

function image_on_hl_1 (position) {
   var doc = eval("document.imagehl_1" + position);
   doc.src = imageFiles_hl_1[position][1];
}

function image_off_hl_1 (position) {
   var doc = eval("document.imagehl_1" + position);
   doc.src = imageFiles_hl_1[position][0];
}
