var imageFiles_g_39 = new Array();
imageFiles_g_39['0'] = new Array ('_images/g_Home.gif', '_images/g_HomeMouseover.gif');
imageFiles_g_39['1'] = new Array ('_images/g_Local_512_News.gif', '_images/g_Local_512_NewsMouseover.gif');
imageFiles_g_39['2'] = new Array ('_images/g_Contact_Us.gif', '_images/g_Contact_UsMouseover.gif');
imageFiles_g_39['3'] = new Array ('_images/g_Our_Location.gif', '_images/g_Our_LocationMouseover.gif');
imageFiles_g_39['4'] = new Array ('_images/g_Union_History.gif', '_images/g_Union_HistoryMouseover.gif');
imageFiles_g_39['5'] = new Array ('_images/g_Officers_Staff.gif', '_images/g_Officers_StaffMouseover.gif');
imageFiles_g_39['6'] = new Array ('_images/g_Photo_Gallery.gif', '_images/g_Photo_GalleryMouseover.gif');
imageFiles_g_39['7'] = new Array ('_images/g_Apprenticeship.gif', '_images/g_ApprenticeshipMouseover.gif');
imageFiles_g_39['8'] = new Array ('_images/g_Benefits.gif', '_images/g_BenefitsMouseover.gif');
imageFiles_g_39['9'] = new Array ('_images/g_Wage_Schedules.gif', '_images/g_Wage_SchedulesMouseover.gif');
imageFiles_g_39['10'] = new Array ('_images/g_Prospective_Clients.gif', '_images/g_Prospective_ClientsMouseover.gif');
imageFiles_g_39['11'] = new Array ('_images/g_Organizing.gif', '_images/g_OrganizingMouseover.gif');
imageFiles_g_39['12'] = new Array ('_images/g_IMPACT.gif', '_images/g_IMPACTMouseover.gif');
imageFiles_g_39['13'] = new Array ('_images/g_Related_Links.gif', '_images/g_Related_LinksMouseover.gif');
imageFiles_g_39['14'] = new Array ('_images/g_Retirees.gif', '_images/g_RetireesMouseover.gif');
imageFiles_g_39['15'] = new Array ('_images/g_Retiree_Photos.gif', '_images/g_Retiree_PhotosMouseover.gif');

function image_on_g_39 (position) {
   var doc = eval("document.imageg_39" + position);
   doc.src = imageFiles_g_39[position][1];
}

function image_off_g_39 (position) {
   var doc = eval("document.imageg_39" + position);
   doc.src = imageFiles_g_39[position][0];
}

