function changeImg(nr)
{
	document.getElementById('img1').src= 'http://www.energo-star.ro/'+poza[nr];
	document.getElementById('txtpoza').innerHTML = '<p>'+texte[nr]+'</p>';
}
function showExplic()
{
	document.getElementById('txtpoza').style.visibility = 'visible';
}
function hideExplic()
{
	document.getElementById('txtpoza').style.visibility = 'hidden';
}
