function pokaz(url,w,h,tyt)
{
	pp=window.open("","Orazek","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+w+",height="+h+", top=10, left=20");
	pp.document.open();
	pp.document.write("<html><head><title>ARMATURA - ");
	pp.document.write(tyt);
	pp.document.write("</title>");
	pp.document.write("<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>");
	pp.document.write("<script language='JavaScript'></script>");
	pp.document.write("</head><body bgcolor='#FFFFFF' text='#FFFFFF' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>");
	pp.document.write("<CENTER><IMG SRC='"+url+"' ALT='Zamknij Okno' BORDER='0' onclick='window.close()' style='cursor: hand;' width='"+w+"' height='"+h+"'><BR><BR>");
	pp.document.write("</BODY></HTML>");
	pp.document.close();
}
function okno()
{
	oo=window.open("polec.php","polec","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=550,height=300, top=50, left=50");
}
function zmien(grafika,plik) { 
document.images[grafika].src=plik; }
