var imageFiles_1h_25 = new Array();
imageFiles_1h_25['0'] = new Array ('_images/1h_Our_Products.gif', '_images/1h_Our_ProductsMouseover.gif');
imageFiles_1h_25['1'] = new Array ('_images/1h_Wholesale.gif', '_images/1h_WholesaleMouseover.gif');
imageFiles_1h_25['2'] = new Array ('_images/1h_Retail.gif', '_images/1h_RetailMouseover.gif');
imageFiles_1h_25['3'] = new Array ('_images/1h_Custom.gif', '_images/1h_CustomMouseover.gif');
imageFiles_1h_25['4'] = new Array ('_images/1h_Bundles___Sections.gif', '_images/1h_Bundles___SectionsMouseover.gif');

function image_on_1h_25 (position) {
   var doc = eval("document.image1h_25" + position);
   doc.src = imageFiles_1h_25[position][1];
}

function image_off_1h_25 (position) {
   var doc = eval("document.image1h_25" + position);
   doc.src = imageFiles_1h_25[position][0];
}
