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

function image_on_4h_7 (position) {
   var doc = eval("document.image4h_7" + position);
   doc.src = imageFiles_4h_7[position][1];
}

function image_off_4h_7 (position) {
   var doc = eval("document.image4h_7" + position);
   doc.src = imageFiles_4h_7[position][0];
}
