var imageFiles_g_3 = new Array();
imageFiles_g_3['0'] = new Array ('_images/g_Home.gif', '_images/g_HomeMouseover.gif');
imageFiles_g_3['1'] = new Array ('_images/g_About_Us.gif', '_images/g_About_UsMouseover.gif');
imageFiles_g_3['2'] = new Array ('_images/g_Employment_Opportunities.gif', '_images/g_Employment_OpportunitiesMouseover.gif');
imageFiles_g_3['3'] = new Array ('_images/g_Cabinets___Countertops.gif', '_images/g_Cabinets___CountertopsMouseover.gif');
imageFiles_g_3['4'] = new Array ('_images/g_Home_Improvements.gif', '_images/g_Home_ImprovementsMouseover.gif');
imageFiles_g_3['5'] = new Array ('_images/g_New_Homes.gif', '_images/g_New_HomesMouseover.gif');
imageFiles_g_3['6'] = new Array ('_images/g_Commercial_.gif', '_images/g_Commercial_Mouseover.gif');
imageFiles_g_3['7'] = new Array ('_images/g_Map___Directions.gif', '_images/g_Map___DirectionsMouseover.gif');
imageFiles_g_3['8'] = new Array ('_images/g_Contact_Us.gif', '_images/g_Contact_UsMouseover.gif');
imageFiles_g_3['9'] = new Array ('_images/g_Monthly_Specials.gif', '_images/g_Monthly_SpecialsMouseover.gif');
imageFiles_g_3['10'] = new Array ('_images/g_Mobile_Showroom.gif', '_images/g_Mobile_ShowroomMouseover.gif');

function image_on_g_3 (position) {
   var doc = eval("document.imageg_3" + position);
   doc.src = imageFiles_g_3[position][1];
}

function image_off_g_3 (position) {
   var doc = eval("document.imageg_3" + position);
   doc.src = imageFiles_g_3[position][0];
}

