// rozdzielczość ekranu

var correctwidth=1
var correctheight=1
if (screen.width!=correctwidth||screen.height!=correctheight)
document.write("&nbsp;&nbsp;<b>Rozdzielczo¶ć:</b> "+screen.width+"/"+screen.height+"px.")