<!--  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";

commercial_hydronics_rep_on = new Image();
  commercial_hydronics_rep_on.src = "../images/commercial_hydronics_rep_on.gif";
commercial_hydronics_rep_off = new Image();
  commercial_hydronics_rep_off.src = "../images/commercial_hydronics_rep_off.gif";
residential_heat_rep_on = new Image();
  residential_heat_rep_on.src = "../images/residential_heat_rep_on.gif";
residential_heat_rep_off = new Image();
  residential_heat_rep_off.src = "../images/residential_heat_rep_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");
                      }
function generate(stateString)
  {
	window.location = "salesrepsinfo.asp?Type=R&RequestState=" + stateString;
  }

// --> end script hide
