<!--  hide script from old browsers

if( document.images )
{	   				   
	twinflo_fr_on = new Image();
	twinflo_fr_on.src = "../images_fr/twinflo_fr_on.gif";
	twinflo_fr_off = new Image();
	twinflo_fr_off.src = "../images_fr/twinflo_fr_off.gif";
	floorvector_fr_on = new Image();
	floorvector_fr_on.src = "../images_fr/floorvector_fr_on.gif";
	floorvector_fr_off = new Image();
	floorvector_fr_off.src = "../images_fr/floorvector_fr_off.gif";
	garage_fr_on = new Image();
	garage_fr_on.src = "../images_fr/garage_fr_on.gif";
	garage_fr_off = new Image();
	garage_fr_off.src = "../images_fr/garage_fr_off.gif";
	convector_fr_on = new Image();
	convector_fr_on.src = "../images_fr/convector_fr_on.gif";
	convector_fr_off = new Image();
	convector_fr_off.src = "../images_fr/convector_fr_off.gif";
	steamhotwater_fr_on = new Image();
	steamhotwater_fr_on.src = "../images_fr/steamhotwater_fr_on.gif";
	steamhotwater_fr_off = new Image();
	steamhotwater_fr_off.src = "../images_fr/steamhotwater_fr_off.gif";
	highcapacity_fr_on = new Image();
	highcapacity_fr_on.src = "../images_fr/highcapacity_fr_on.gif";
	highcapacity_fr_off = new Image();
	highcapacity_fr_off.src = "../images_fr/highcapacity_fr_off.gif";							   

	hydronic_fr_on = new Image();
	hydronic_fr_on.src = "../images_fr/hydronic_fr_on.gif";
	hydronic_fr_off = new Image();
	hydronic_fr_off.src = "../images_fr/hydronic_fr_off.gif";
	gasfired_fr_on = new Image();
	gasfired_fr_on.src = "../images_fr/gasfired_fr_on.gif";
	gasfired_fr_off = new Image();
	gasfired_fr_off.src = "../images_fr/gasfired_fr_off.gif";
	oilfired_fr_on = new Image();
	oilfired_fr_on.src = "../images_fr/oilfired_fr_on.gif";
	oilfired_fr_off = new Image();
	oilfired_fr_off.src = "../images_fr/oilfired_fr_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