var IndexNum
stName = new Array()
picName = new Array()
stTxt = new Array()
stColour = new Array()
stSpecs = new Array()

stSpecs[0] = "<p><b>Pellet Boiler Dimensions (w,h,d) :</b>  43.5 x 86.5 x 60<br><b>Hopper Dimensions (w,h,d) :</b> 80 x 130 x 80<br><b>Output</b> : 16kW or 24kW<br><b>Efficiency :</b> 93.3%<br><b>Power Consumption :</b> 35 Watts"
stSpecs[1] = "<p><b>Pellet Boiler Dimensions (w,h,d) :</b>  70 x 104 x 83<br><b>Hopper Dimensions (w,h,d) :</b> 80 x 130 x 80<br><b>Output</b> : 30kW or 40kW<br><b>Efficiency :</b> 90.3%<br><b>Power Consumption :</b> 35 Watts"
stSpecs[2] = "<p><b>Dimensions (h,w,d) :</b> 1330 x 544 x 594<BR><b>Tank Capacity :</b> 45kg<br><b>Weight :</b> 297kg<br><b>Heating Power :</b> 4.2 - 22 kw<br><b>kW to the water :</b> 17.5kw<br><b>Power Intake :</b> 25 - 100 W"
stSpecs[3] = "<p><b>Dimensions (h,w,d) :</b> 953 x 670 x 677<BR><b>Tank Capacity :</b> 30kg<br><b>Weight :</b> 170kg<br><b>Heating Power :</b> 3.0 - 14.5 kw<br><b>kW to the water :</b> 8.5kw<br><b>Power Intake :</b> 25 - 190 W"


stColour[0] = "As Shown"
stColour[1] = "As Shown"
stColour[2] = "Bordeaux, Pergamena,"
stColour[3] = "Bordeaux,"


stTxt[0] = " The Opop Wood Pellet Boiler works on the same principles as any conventional oil or gas boiler, it starts and stops according to heat consumption.  There's no need to modify the design of your house or your hot water and/or heating. The system can be used for underfloor and/or radiators, pressurised or vented.  The self modulating control systems, as on many gas boilers react to your house's actual requirements, adjusting hot water output, maximising boiler efficiency and fuel economy.  The Opop wood pellet boiler system is the ideal solution for all round heating demands. "
stTxt[1] = " The Scotte Wood Pellet Boiler works on the same principles as any conventional oil or gas boiler, it starts and stops according to heat consumption.  There's no need to modify the design of your house or your hot water and/or heating. The system can be used for underfloor and/or radiators, pressurised or vented.  The self modulating control systems, as on many gas boilers react to your house's actual requirements, adjusting hot water output, maximising boiler efficiency and fuel economy.  The Scotte wood pellet boiler system is the ideal solution for all round heating demands. "
stTxt[2] = "The Lucrezia Idro, manufactured by Extraflame, allows heating of the whole house in a natural and uniform way.  This is made possible by means of connecting to your existing heating system and sending hot water to the radiators in the various rooms of your home by means of a heat exchanger.  The Lucrezia Idro is equipped with a circulation pump and an expansion tank.  This stove will become an essential part of your home."
stTxt[3] = "The Ecologica Idro, manufactured by Extraflame, which is a boiler-stove, allows you to heat every room in your home in an ideal manner.  This is made possible by means of connecting to your existing heating system and sending hot water to the radiators in the various rooms of your home by means of a heat exchanger.  The Ecologica Idro is the ideal solution for facing the winter with peace of mind, enjoying the maximum heat yield for the minimum energy outlay."


stName[0] = "Nordic Bio Energy Opop"
stName[1] = "Nordic Bio Energy Scotte"
stName[2] = "Lucrezia Idro"
stName[3] = "Ecologica Idro"



picName[0] = "lans/opop.jpg"
picName[1] = "lans/scotte.jpg"
picName[2] = "products/10large.jpg"
picName[3] = "products/9large.jpg"



var txtone
var txttwo
var txtthree
var txtfour
var txtfive
var txtsix


function showinfo(IndexNum)
{
txtone = '<img src="' +picName[IndexNum]+ '">'
txttwo = '<p><b> The ' +stName[IndexNum]+ '</b></p>'
txtthree = '<p>' +stTxt[IndexNum]+ '</p>'
txtfour = '<p><b>Avaibable Colours :</b> ' +stColour[IndexNum]+ ''
txtfive = stSpecs[IndexNum]
txtsix = '<img src="products/colours.jpg">'


	document.getElementById("stovename").style.display='';
	document.getElementById("stovename").innerHTML = txttwo;
	document.getElementById("largepicture").style.display='';
	document.getElementById("largepicture").innerHTML = txtone;
	document.getElementById("stovetext").style.display='';
	document.getElementById("stovetext").innerHTML = txtthree;
	document.getElementById("colourtext").style.display='';
	document.getElementById("colourtext").innerHTML = txtfour;
	document.getElementById("spectext").style.display='';
	document.getElementById("spectext").innerHTML = txtfive;
	document.getElementById("speccolour").style.display='';
	document.getElementById("speccolour").innerHTML = txtsix;
	
	

}
