function supra(h, pozabg) {
	document.getElementById(h).style.backgroundImage="url(" + pozabg + ")";
	pngfix();
}
