var imageFiles_ih_1 = new Array();
imageFiles_ih_1['0'] = new Array ('_images/ih_HOME.gif', '_images/ih_HOMEMouseover.gif');
imageFiles_ih_1['1'] = new Array ('_images/ih_ABOUT_US.gif', '_images/ih_ABOUT_USMouseover.gif');
imageFiles_ih_1['2'] = new Array ('_images/ih_APPLY_FOR_CREDIT.gif', '_images/ih_APPLY_FOR_CREDITMouseover.gif');
imageFiles_ih_1['3'] = new Array ('_images/ih_ONLINE_COUPONS.gif', '_images/ih_ONLINE_COUPONSMouseover.gif');
imageFiles_ih_1['4'] = new Array ('_images/ih_CONTACT_US.gif', '_images/ih_CONTACT_USMouseover.gif');
imageFiles_ih_1['5'] = new Array ('_images/ih_EMAIL_US.gif', '_images/ih_EMAIL_USMouseover.gif');

function image_on_ih_1 (position) {
   var doc = eval("document.imageih_1" + position);
   doc.src = imageFiles_ih_1[position][1];
}

function image_off_ih_1 (position) {
   var doc = eval("document.imageih_1" + position);
   doc.src = imageFiles_ih_1[position][0];
}

