var imageFiles_hy_1 = new Array();
imageFiles_hy_1['0'] = new Array ('_images/hy_HOME.gif', '_images/hy_HOMEMouseover.gif');
imageFiles_hy_1['1'] = new Array ('_images/hy_ABOUT_US.gif', '_images/hy_ABOUT_USMouseover.gif');
imageFiles_hy_1['2'] = new Array ('_images/hy_SPECIALS.gif', '_images/hy_SPECIALSMouseover.gif');
imageFiles_hy_1['3'] = new Array ('_images/hy_ONLINE_COUPONS.gif', '_images/hy_ONLINE_COUPONSMouseover.gif');
imageFiles_hy_1['4'] = new Array ('_images/hy_CONTACT_US.gif', '_images/hy_CONTACT_USMouseover.gif');
imageFiles_hy_1['5'] = new Array ('_images/hy_EMAIL_US.gif', '_images/hy_EMAIL_USMouseover.gif');

function image_on_hy_1 (position) {
   var doc = eval("document.imagehy_1" + position);
   doc.src = imageFiles_hy_1[position][1];
}

function image_off_hy_1 (position) {
   var doc = eval("document.imagehy_1" + position);
   doc.src = imageFiles_hy_1[position][0];
}

