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

function image_on_g_15 (position) {
   var doc = eval("document.imageg_15" + position);
   doc.src = imageFiles_g_15[position][1];
}

function image_off_g_15 (position) {
   var doc = eval("document.imageg_15" + position);
   doc.src = imageFiles_g_15[position][0];
}

