if (document.images)
{
	var hreporton = new Image(246, 26); hreporton.src = "images/n-report-on.gif";
	var hreportoff = new Image(246, 26); hreportoff.src = "images/n-report-off.gif";	
	
	  var hplanton = new Image(246, 26); hplanton.src = "images/n-plant-on.gif";
	var hplantoff = new Image(246, 26); hplantoff.src = "images/n-plant-off.gif";	
	
	  var hpoweron = new Image(246, 26); hpoweron.src = "images/n-power-on.gif";
	var hpoweroff = new Image(246, 26); hpoweroff.src = "images/n-power-off.gif";	
	
	var hrenewon = new Image(246, 38); hrenewon.src = "images/n-renew-on.gif";
	var hrenewoff = new Image(246, 38); hrenewoff.src = "images/n-renew-off.gif";	
	
	var hfiveyearon = new Image(246, 26); hfiveyearon.src = "images/n-five-year-on.gif";
	var hfiveyearoff = new Image(246, 26); hfiveyearoff.src = "images/n-five-year-off.gif";	
		
	var hfinanstmton = new Image(246, 26); hfinanstmton.src = "images/n-financial-on.gif";
	var hfinanstmtoff = new Image(246, 26); hfinanstmtoff.src = "images/n-financial-off.gif";	

}

function flipimage(imgname, newpict)
{
	imgname.src = newpict.src;
}
 
