var imageFiles_5ox_1 = new Array();
imageFiles_5ox_1['0'] = new Array ('_images/5ox_Gift_Shop.gif', '_images/5ox_Gift_ShopMouseover.gif');
imageFiles_5ox_1['1'] = new Array ('_images/5ox_Map_to_Fair_Feed.gif', '_images/5ox_Map_to_Fair_FeedMouseover.gif');
imageFiles_5ox_1['2'] = new Array ('_images/5ox_More_Supplies.gif', '_images/5ox_More_SuppliesMouseover.gif');
imageFiles_5ox_1['3'] = new Array ('_images/5ox_Contact_Us.gif', '_images/5ox_Contact_UsMouseover.gif');

function image_on_5ox_1 (position) {
   var doc = eval("document.image5ox_1" + position);
   doc.src = imageFiles_5ox_1[position][1];
}

function image_off_5ox_1 (position) {
   var doc = eval("document.image5ox_1" + position);
   doc.src = imageFiles_5ox_1[position][0];
}
