function obrazok(adresa) {
//	if (wndx1) wndx1.close();
	wndx1=window.open("obrazok.html?"+adresa,"Obrazok","toolbar=no,location=no,status=no,menubar=no,resizable=no,scrollbars=1,width=700,height=500,top=1,left=1");
	wndx1.focus();
 	}
 	
function obrazok_tlac(adresa) {
//	if (wndx1) wndx1.close();
	wndx1=window.open("obrazok_tlac.html?"+adresa,"Obrazok","toolbar=no,location=no,status=no,menubar=no,resizable=no,scrollbars=1,width=700,height=500,top=1,left=1");
	wndx1.focus();
 	}