var imageFiles_3g_23 = new Array();
imageFiles_3g_23['0'] = new Array ('_images/3g_Excavation.gif', '_images/3g_ExcavationMouseover.gif');
imageFiles_3g_23['1'] = new Array ('_images/3g_Electricians.gif', '_images/3g_ElectriciansMouseover.gif');
imageFiles_3g_23['2'] = new Array ('_images/3g_Landscapers.gif', '_images/3g_LandscapersMouseover.gif');
imageFiles_3g_23['3'] = new Array ('_images/3g_Pressure_Washing.gif', '_images/3g_Pressure_WashingMouseover.gif');
imageFiles_3g_23['4'] = new Array ('_images/3g_Renovations.gif', '_images/3g_RenovationsMouseover.gif');
imageFiles_3g_23['5'] = new Array ('_images/3g_Stump_Grinding.gif', '_images/3g_Stump_GrindingMouseover.gif');
imageFiles_3g_23['6'] = new Array ('_images/3g__Tree_Services.gif', '_images/3g__Tree_ServicesMouseover.gif');
imageFiles_3g_23['7'] = new Array ('_images/3g_Other_Services.gif', '_images/3g_Other_ServicesMouseover.gif');

function image_on_3g_23 (position) {
   var doc = eval("document.image3g_23" + position);
   doc.src = imageFiles_3g_23[position][1];
}

function image_off_3g_23 (position) {
   var doc = eval("document.image3g_23" + position);
   doc.src = imageFiles_3g_23[position][0];
}

