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

function image_on_3g_17 (position) {
   var doc = eval("document.image3g_17" + position);
   doc.src = imageFiles_3g_17[position][1];
}

function image_off_3g_17 (position) {
   var doc = eval("document.image3g_17" + position);
   doc.src = imageFiles_3g_17[position][0];
}

