var imageFiles_36gth_51 = new Array();
imageFiles_36gth_51['0'] = new Array ('_images/36gth_Home.gif', '_images/36gth_HomeMouseover.gif');
imageFiles_36gth_51['1'] = new Array ('_images/36gth_Previous_Exhibits.gif', '_images/36gth_Previous_ExhibitsMouseover.gif');
imageFiles_36gth_51['2'] = new Array ('_images/36gth_Attachment_Gallery.gif', '_images/36gth_Attachment_GalleryMouseover.gif');
imageFiles_36gth_51['3'] = new Array ('_images/36gth_TG_s.gif', '_images/36gth_TG_sMouseover.gif');
imageFiles_36gth_51['4'] = new Array ('_images/36gth_Bar___Bistro.gif', '_images/36gth_Bar___BistroMouseover.gif');
imageFiles_36gth_51['5'] = new Array ('_images/36gth_Links.gif', '_images/36gth_LinksMouseover.gif');
imageFiles_36gth_51['6'] = new Array ('_images/36gth_Artist_Submissions.gif', '_images/36gth_Artist_SubmissionsMouseover.gif');
imageFiles_36gth_51['7'] = new Array ('_images/36gth_Blog.gif', '_images/36gth_BlogMouseover.gif');
imageFiles_36gth_51['8'] = new Array ('_images/36gth_Contact.gif', '_images/36gth_ContactMouseover.gif');

function image_on_36gth_51 (position) {
   var doc = eval("document.image36gth_51" + position);
   doc.src = imageFiles_36gth_51[position][1];
}

function image_off_36gth_51 (position) {
   var doc = eval("document.image36gth_51" + position);
   doc.src = imageFiles_36gth_51[position][0];
}

