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

function image_on_36gth_21 (position) {
   var doc = eval("document.image36gth_21" + position);
   doc.src = imageFiles_36gth_21[position][1];
}

function image_off_36gth_21 (position) {
   var doc = eval("document.image36gth_21" + position);
   doc.src = imageFiles_36gth_21[position][0];
}

