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

function image_on_1x_25 (position) {
   var doc = eval("document.image1x_25" + position);
   doc.src = imageFiles_1x_25[position][1];
}

function image_off_1x_25 (position) {
   var doc = eval("document.image1x_25" + position);
   doc.src = imageFiles_1x_25[position][0];
}

