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

function image_on_d_10 (position) {
   var doc = eval("document.imaged_10" + position);
   doc.src = imageFiles_d_10[position][1];
}

function image_off_d_10 (position) {
   var doc = eval("document.imaged_10" + position);
   doc.src = imageFiles_d_10[position][0];
}

