var imageFiles_4g_3 = new Array();
imageFiles_4g_3['0'] = new Array ('_images/4g_Home.gif', '_images/4g_HomeMouseover.gif');
imageFiles_4g_3['1'] = new Array ('_images/4g_About_Us.gif', '_images/4g_About_UsMouseover.gif');
imageFiles_4g_3['2'] = new Array ('_images/4g_Heating.gif', '_images/4g_HeatingMouseover.gif');
imageFiles_4g_3['3'] = new Array ('_images/4g_Cooling.gif', '_images/4g_CoolingMouseover.gif');
imageFiles_4g_3['4'] = new Array ('_images/4g_Duct_Cleaning.gif', '_images/4g_Duct_CleaningMouseover.gif');
imageFiles_4g_3['5'] = new Array ('_images/4g_Air_Quality.gif', '_images/4g_Air_QualityMouseover.gif');
imageFiles_4g_3['6'] = new Array ('_images/4g_Zoning.gif', '_images/4g_ZoningMouseover.gif');
imageFiles_4g_3['7'] = new Array ('_images/4g_Fireplaces.gif', '_images/4g_FireplacesMouseover.gif');
imageFiles_4g_3['8'] = new Array ('_images/4g_Contact_Us.gif', '_images/4g_Contact_UsMouseover.gif');

function image_on_4g_3 (position) {
   var doc = eval("document.image4g_3" + position);
   doc.src = imageFiles_4g_3[position][1];
}

function image_off_4g_3 (position) {
   var doc = eval("document.image4g_3" + position);
   doc.src = imageFiles_4g_3[position][0];
}
