var imageFiles_4h_1 = new Array();
imageFiles_4h_1['0'] = new Array ('_images/4h_Gift_Certificate.gif', '_images/4h_Gift_CertificateMouseover.gif');
imageFiles_4h_1['1'] = new Array ('_images/4h_Soaps___Sponges.gif', '_images/4h_Soaps___SpongesMouseover.gif');
imageFiles_4h_1['2'] = new Array ('_images/4h_Body_Lotions.gif', '_images/4h_Body_LotionsMouseover.gif');
imageFiles_4h_1['3'] = new Array ('_images/4h_Foot___Hand_Care.gif', '_images/4h_Foot___Hand_CareMouseover.gif');
imageFiles_4h_1['4'] = new Array ('_images/4h_AromaTherapy.gif', '_images/4h_AromaTherapyMouseover.gif');
imageFiles_4h_1['5'] = new Array ('_images/4h_Toothpaste.gif', '_images/4h_ToothpasteMouseover.gif');

function image_on_4h_1 (position) {
   var doc = eval("document.image4h_1" + position);
   doc.src = imageFiles_4h_1[position][1];
}

function image_off_4h_1 (position) {
   var doc = eval("document.image4h_1" + position);
   doc.src = imageFiles_4h_1[position][0];
}
