var correctwidth=1024	
var correctheight=768
if (screen.width!=correctwidth||screen.height!=correctheight)
document.write("<CENTER><FONT COLOR=white SIZE=1 FACE=Tahoma>Stronę najlepiej oglądać w rozdzielczości "+correctwidth+"*"+correctheight+". Rozdzielczość Twojego ekranu to "+screen.width+"x"+screen.height+". Jeśli to możliwe, zmień rozdzielczość!</FONT></CENTER>")
else
document.write("<CENTER><FONT COLOR=white SIZE=1 FACE=Tahoma>Rozdzielczość Twojego ekranu to "+screen.width+"x"+screen.height+"</FONT></CENTER>")

