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

function image_on_d_1 (position) {
   var doc = eval("document.imaged_1" + position);
   doc.src = imageFiles_d_1[position][1];
}

function image_off_d_1 (position) {
   var doc = eval("document.imaged_1" + position);
   doc.src = imageFiles_d_1[position][0];
}

