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

function image_on_4g_19 (position) {
   var doc = eval("document.image4g_19" + position);
   doc.src = imageFiles_4g_19[position][1];
}

function image_off_4g_19 (position) {
   var doc = eval("document.image4g_19" + position);
   doc.src = imageFiles_4g_19[position][0];
}
