var imageFiles_10oz4_1 = new Array();
imageFiles_10oz4_1['0'] = new Array ('_images/10oz4_Home.gif', '_images/10oz4_HomeMouseover.gif');
imageFiles_10oz4_1['1'] = new Array ('_images/10oz4_About_Us.gif', '_images/10oz4_About_UsMouseover.gif');
imageFiles_10oz4_1['2'] = new Array ('_images/10oz4_Gift_Cards.gif', '_images/10oz4_Gift_CardsMouseover.gif');
imageFiles_10oz4_1['3'] = new Array ('_images/10oz4_Delivery_Info.gif', '_images/10oz4_Delivery_InfoMouseover.gif');
imageFiles_10oz4_1['4'] = new Array ('_images/10oz4_Shopping_Cart.gif', '_images/10oz4_Shopping_CartMouseover.gif');

function image_on_10oz4_1 (position) {
   var doc = eval("document.image10oz4_1" + position);
   doc.src = imageFiles_10oz4_1[position][1];
}

function image_off_10oz4_1 (position) {
   var doc = eval("document.image10oz4_1" + position);
   doc.src = imageFiles_10oz4_1[position][0];
}

