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

function image_on_36gth_49 (position) {
   var doc = eval("document.image36gth_49" + position);
   doc.src = imageFiles_36gth_49[position][1];
}

function image_off_36gth_49 (position) {
   var doc = eval("document.image36gth_49" + position);
   doc.src = imageFiles_36gth_49[position][0];
}

