//funkcje do podmiany zdjec function fon(n){document.images[n].src='grafika/'+n+'.gif';} function foff(n){document.images[n].src='grafika/'+n+'1.gif';} //funkcja do wyswietlania popupu var okno=''; function popup(wi,he,uerel,alignx,aligny,scrol) { if(okno &&!okno.closed){okno.close()} if(wi=='100%'){wi=screen.availWidth-30} if(he=='100%'){he=screen.availHeight-0} if(alignx=='left'){xx=0} else if(alignx=='right'){xx=(screen.availWidth-wi)-10} else{xx=(screen.availWidth-wi)/2} if(aligny=='top'){yy=0} else if(aligny=='bottom'){yy=(screen.availHeight-he)} else{yy=(screen.availHeight-he)/2} if (he>600) { scrol='yes' he='580' yy = 60 } okno=window.open(uerel, '_blank', 'scrollbars='+scrol+',height='+he+',width='+wi+',top='+yy+',left='+xx); okno.document.body.style.textAlign = 'center'; /* pod ff nie trybi*/ } function blurall() { var links = document.getElementsByTagName('a'); for (var i=0;i