var imageFiles_1x_3 = new Array();
imageFiles_1x_3['0'] = new Array ('_images/1x_Air_Conditioning.gif', '_images/1x_Air_ConditioningMouseover.gif');
imageFiles_1x_3['1'] = new Array ('_images/1x_Indoor_Air_Quality.gif', '_images/1x_Indoor_Air_QualityMouseover.gif');
imageFiles_1x_3['2'] = new Array ('_images/1x_Heating.gif', '_images/1x_HeatingMouseover.gif');
imageFiles_1x_3['3'] = new Array ('_images/1x_Water_Heaters.gif', '_images/1x_Water_HeatersMouseover.gif');
imageFiles_1x_3['4'] = new Array ('_images/1x_Estimates.gif', '_images/1x_EstimatesMouseover.gif');
imageFiles_1x_3['5'] = new Array ('_images/1x_Financing.gif', '_images/1x_FinancingMouseover.gif');
imageFiles_1x_3['6'] = new Array ('_images/1x_Specials_.gif', '_images/1x_Specials_Mouseover.gif');
imageFiles_1x_3['7'] = new Array ('_images/1x_Service_Contracts.gif', '_images/1x_Service_ContractsMouseover.gif');
imageFiles_1x_3['8'] = new Array ('_images/1x_Coupons.gif', '_images/1x_CouponsMouseover.gif');
imageFiles_1x_3['9'] = new Array ('_images/1x_About_Bryant.gif', '_images/1x_About_BryantMouseover.gif');

function image_on_1x_3 (position) {
   var doc = eval("document.image1x_3" + position);
   doc.src = imageFiles_1x_3[position][1];
}

function image_off_1x_3 (position) {
   var doc = eval("document.image1x_3" + position);
   doc.src = imageFiles_1x_3[position][0];
}

