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

function image_on_g_7 (position) {
   var doc = eval("document.imageg_7" + position);
   doc.src = imageFiles_g_7[position][1];
}

function image_off_g_7 (position) {
   var doc = eval("document.imageg_7" + position);
   doc.src = imageFiles_g_7[position][0];
}

