var imageFiles_3pxml_100 = new Array();
imageFiles_3pxml_100['0'] = new Array ('_images/3pxml_Home.gif', '_images/3pxml_HomeMouseover.gif');
imageFiles_3pxml_100['1'] = new Array ('_images/3pxml_Shows.gif', '_images/3pxml_ShowsMouseover.gif');
imageFiles_3pxml_100['2'] = new Array ('_images/3pxml_Photos.gif', '_images/3pxml_PhotosMouseover.gif');
imageFiles_3pxml_100['3'] = new Array ('_images/3pxml_Catalog.gif', '_images/3pxml_CatalogMouseover.gif');
imageFiles_3pxml_100['4'] = new Array ('_images/3pxml_On_Line_Shopping.gif', '_images/3pxml_On_Line_ShoppingMouseover.gif');
imageFiles_3pxml_100['5'] = new Array ('_images/3pxml_Workshops.gif', '_images/3pxml_WorkshopsMouseover.gif');
imageFiles_3pxml_100['6'] = new Array ('_images/3pxml_About_Us.gif', '_images/3pxml_About_UsMouseover.gif');
imageFiles_3pxml_100['7'] = new Array ('_images/3pxml_Links.gif', '_images/3pxml_LinksMouseover.gif');

function image_on_3pxml_100 (position) {
   var doc = eval("document.image3pxml_100" + position);
   doc.src = imageFiles_3pxml_100[position][1];
}

function image_off_3pxml_100 (position) {
   var doc = eval("document.image3pxml_100" + position);
   doc.src = imageFiles_3pxml_100[position][0];
}

