var imageFiles_hu_109 = new Array();
imageFiles_hu_109['0'] = new Array ('_images/hu_HOME.gif', '_images/hu_HOMEMouseover.gif');
imageFiles_hu_109['1'] = new Array ('_images/hu_CATALOG.gif', '_images/hu_CATALOGMouseover.gif');
imageFiles_hu_109['2'] = new Array ('_images/hu_PROMOTIONS.gif', '_images/hu_PROMOTIONSMouseover.gif');
imageFiles_hu_109['3'] = new Array ('_images/hu_FAQ.gif', '_images/hu_FAQMouseover.gif');
imageFiles_hu_109['4'] = new Array ('_images/hu_CONTACT_US.gif', '_images/hu_CONTACT_USMouseover.gif');
imageFiles_hu_109['5'] = new Array ('_images/hu_LOCATIONS.gif', '_images/hu_LOCATIONSMouseover.gif');

function image_on_hu_109 (position) {
   var doc = eval("document.imagehu_109" + position);
   doc.src = imageFiles_hu_109[position][1];
}

function image_off_hu_109 (position) {
   var doc = eval("document.imagehu_109" + position);
   doc.src = imageFiles_hu_109[position][0];
}
