var imageFiles_hp_43 = new Array();
imageFiles_hp_43['0'] = new Array ('_images/hp_Home.gif', '_images/hp_HomeMouseover.gif');
imageFiles_hp_43['1'] = new Array ('_images/hp_Crystals.gif', '_images/hp_CrystalsMouseover.gif');
imageFiles_hp_43['2'] = new Array ('_images/hp_Glass_Art.gif', '_images/hp_Glass_ArtMouseover.gif');
imageFiles_hp_43['3'] = new Array ('_images/hp_Ceramics.gif', '_images/hp_CeramicsMouseover.gif');
imageFiles_hp_43['4'] = new Array ('_images/hp_Jewelry.gif', '_images/hp_JewelryMouseover.gif');
imageFiles_hp_43['5'] = new Array ('_images/hp_Kitty_Crtters.gif', '_images/hp_Kitty_CrttersMouseover.gif');
imageFiles_hp_43['6'] = new Array ('_images/hp_Collectables.gif', '_images/hp_CollectablesMouseover.gif');
imageFiles_hp_43['7'] = new Array ('_images/hp_Sculptures.gif', '_images/hp_SculpturesMouseover.gif');
imageFiles_hp_43['8'] = new Array ('_images/hp_Cool_Stuff.gif', '_images/hp_Cool_StuffMouseover.gif');
imageFiles_hp_43['9'] = new Array ('_images/hp_Email_Us.gif', '_images/hp_Email_UsMouseover.gif');
imageFiles_hp_43['10'] = new Array ('_images/hp_Location.gif', '_images/hp_LocationMouseover.gif');
imageFiles_hp_43['11'] = new Array ('_images/hp_View_Catalog.gif', '_images/hp_View_CatalogMouseover.gif');
imageFiles_hp_43['12'] = new Array ('_images/hp_View_Cart.gif', '_images/hp_View_CartMouseover.gif');

function image_on_hp_43 (position) {
   var doc = eval("document.imagehp_43" + position);
   doc.src = imageFiles_hp_43[position][1];
}

function image_off_hp_43 (position) {
   var doc = eval("document.imagehp_43" + position);
   doc.src = imageFiles_hp_43[position][0];
}
