<!--  hide script from old browsers

if (document.images) {
hydronics_home_on = new Image();
  hydronics_home_on.src = "../images/hydronics_home_on.gif";
hydronics_home_off = new Image();
  hydronics_home_off.src = "../images/hydronics_home_off.gif";
sterling_hvac_contactus_on = new Image();
  sterling_hvac_contactus_on.src = "../images/sterling_hvac_contactus_on.gif";
sterling_hvac_contactus_off = new Image();
  sterling_hvac_contactus_off.src = "../images/sterling_hvac_contactus_off.gif";
heat_news_on = new Image();
  heat_news_on.src = "../images/heat_news_on.gif";
heat_news_off = new Image();
  heat_news_off.src = "../images/heat_news_off.gif";
heating_links_on = new Image();
  heating_links_on.src = "../images/heating_links_on.gif";
heating_links_off = new Image();
  heating_links_off.src = "../images/heating_links_off.gif";
commercial_hydronics_on = new Image();
  commercial_hydronics_on.src = "../images/commercial_hydronics_on.gif";
commercial_hydronics_off = new Image();
  commercial_hydronics_off.src = "../images/commercial_hydronics_off.gif";
residential_heat_on = new Image();
  residential_heat_on.src = "../images/residential_heat_on.gif";
residential_heat_off = new Image();
  residential_heat_off.src = "../images/residential_heat_off.gif";
baseboard_salesreps_on = new Image();
  baseboard_salesreps_on.src = "../images/baseboard_salesreps_on.gif";
baseboard_salesreps_off = new Image();
  baseboard_salesreps_off.src = "../images/baseboard_salesreps_off.gif";
hot_water_lit_on = new Image();
  hot_water_lit_on.src = "../images/hot_water_lit_on.gif";
hot_water_lit_off = new Image();
  hot_water_lit_off.src = "../images/hot_water_lit_off.gif";
steam_heat_why_on = new Image();
  steam_heat_why_on.src = "../images/steam_heat_why_on.gif";
steam_heat_why_off = new Image();
  steam_heat_why_off.src = "../images/steam_heat_why_off.gif";


classic_on = new Image();
  classic_on.src = "../images/classic_on.gif";
classic_off = new Image();
  classic_off.src = "../images/classic_off.gif";
kompak_on = new Image();
  kompak_on.src = "../images/kompak_on.gif";
kompak_off = new Image();
  kompak_off.src = "../images/kompak_off.gif";

heatrim_on = new Image();
  heatrim_on.src = "../images/heatrim_on.gif";
heatrim_off = new Image();
  heatrim_off.src = "../images/heatrim_off.gif";
petite_on = new Image();
  petite_on.src = "../images/petite_on.gif";
petite_off = new Image();
  petite_off.src = "../images/petite_off.gif";
designline_on = new Image();
  designline_on.src = "../images/designline_on.gif";
designline_off = new Image();
  designline_off.src = "../images/designline_off.gif";
suntemp_on = new Image();
  suntemp_on.src = "../images/suntemp_on.gif";
suntemp_off = new Image();
  suntemp_off.src = "../images/suntemp_off.gif";
}

function on(nameon) {
if (document.images) 
document[nameon].src = eval(nameon + "_on.src");
                          }
function off(nameoff) {
if (document.images)
document[nameoff].src = eval(nameoff + "_off.src");
                      }
// --> end script hide