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

function image_on_4h_3 (position) {
   var doc = eval("document.image4h_3" + position);
   doc.src = imageFiles_4h_3[position][1];
}

function image_off_4h_3 (position) {
   var doc = eval("document.image4h_3" + position);
   doc.src = imageFiles_4h_3[position][0];
}
