/*  Maximalizace okna - nemusi byt...
var poloha=screen.availWidth-300;
window.name="hlavni" ;
window.moveTo(0,0) ;
window.resizeTo(screen.availWidth,screen.availHeight) ; */

if (!document.getElementById) {location = "./pro_tisk/uvod.html";  };


function obr(obr)
{
document.popis.src=obr ;
};
function logo()
{
document.popis.src="./_spolecne/logo.gif" ;
};
<!-- NAVRCHOLU.cz -->
pxDepth = screen.pixelDepth;
if (!(pxDepth > 0))
	pxDepth = screen.colorDepth;
if (!(pxDepth > 0))
	pxDepth = 0; 
document.write("<img src=\"http://hit.navrcholu.cz/hit?id=00051778;n=1;screenx=" + screen.width + ";screeny=" + screen.height + ";cdepth=" + pxDepth + ";ref=" + escape(top.document.referrer) + "\" width=\"1\" height=\"1\" alt=\"\">");