<!--
function extrFenster(info) {
window.open(info,"Fenster","height=307,width=450,status=no,scrollbars=no,resizeable=no,toolbar=no");
}

function extrFenster1(info) {
window.open(info,"Fenster1","height=450,width=307,status=no,scrollbars=no,resizeable=no,toolbar=no");
}

function extrFenster2(info) {
window.open(info,"Fenster1","height=380,width=640,status=no,scrollbars=yes,resizeable=no,toolbar=no");
}

	Nowe=null;
	function Otworz(w,s,src,t) {
	var wys;
	var tekst;
	var str;	
	if (t == null)
               {tekst='';
               wys=w;
               }
            else
                 {tekst=t;
                  wys=w+20;
                  }
	str="<HTML><HEAD><TITLE>Zdjêcie</TITLE></HEAD>";
	     str+="<BODY BGCOLOR=#887b59 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>";        
	     str+="<P><CENTER><IMG SRC=\""+src+"\" BORDER=0><BR>"+"<CENTER><FONT COLOR='FFFFFF'>"+tekst+"</FONT>";         
	     str+="</P></CENTER></BODY></HTML>";
	if (Nowe) Nowe.close();
	Nowe=window.open('','','toolbar=no,menubar=no,location=no,personalbar=no,scrollbars=no,status=no,directories=no,resizable=no'+",height="+wys+",width="+s);
	Nowe.document.open();
	Nowe.document.write(str);
	Nowe.focus()
	}

function okno(nazwa)
{
window.open(nazwa,'','toolbar=no,scrollbars=no,resizable=no,status=no,location=no,directories=no,width='+eval(500)+',height='+eval(550)+',menubar=no')
}

function glowit(which){
if (document.all.glowtext[which].filters[0].strength==3)
document.all.glowtext[which].filters[0].strength=2
else
document.all.glowtext[which].filters[0].strength=3
}

function glowit2(which){
if (document.all.glowtext.filters[0].strength==3)
document.all.glowtext.filters[0].strength=2
else
document.all.glowtext.filters[0].strength=3
}

function startglowing(){
if (document.all.glowtext&&glowtext.length){
for (i=0;i<glowtext.length;i++)
eval('setInterval("glowit('+i+')",150)')
}
else if (glowtext)
setInterval("glowit2(0)",150)
}

if (document.all)
window.onload=startglowing
// -->
