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

function image_on_10oz4_7 (position) {
   var doc = eval("document.image10oz4_7" + position);
   doc.src = imageFiles_10oz4_7[position][1];
}

function image_off_10oz4_7 (position) {
   var doc = eval("document.image10oz4_7" + position);
   doc.src = imageFiles_10oz4_7[position][0];
}

