var imageFiles_d_7 = new Array();
imageFiles_d_7['0'] = new Array ('_images/d_HOME.gif', '_images/d_HOMEMouseover.gif');
imageFiles_d_7['1'] = new Array ('_images/d_ABOUT_US.gif', '_images/d_ABOUT_USMouseover.gif');
imageFiles_d_7['2'] = new Array ('_images/d_WHY_ORGANIC_.gif', '_images/d_WHY_ORGANIC_Mouseover.gif');
imageFiles_d_7['3'] = new Array ('_images/d_PRACTICE_RESPONSIBLE_SKIN_CARE.gif', '_images/d_PRACTICE_RESPONSIBLE_SKIN_CAREMouseover.gif');
imageFiles_d_7['4'] = new Array ('_images/d_CART.gif', '_images/d_CARTMouseover.gif');
imageFiles_d_7['5'] = new Array ('_images/d_CHECKOUT.gif', '_images/d_CHECKOUTMouseover.gif');

function image_on_d_7 (position) {
   var doc = eval("document.imaged_7" + position);
   doc.src = imageFiles_d_7[position][1];
}

function image_off_d_7 (position) {
   var doc = eval("document.imaged_7" + position);
   doc.src = imageFiles_d_7[position][0];
}

