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

function image_on_g_1 (position) {
   var doc = eval("document.imageg_1" + position);
   doc.src = imageFiles_g_1[position][1];
}

function image_off_g_1 (position) {
   var doc = eval("document.imageg_1" + position);
   doc.src = imageFiles_g_1[position][0];
}

