// otevri nove okno

function JSL(url, jmeno, w, h) 

{
    popupWin = window.open(url, jmeno, 'resizable=0,top=80,left=80,menubar=0,width=' + w + ',height=' + h);
}
// zobraz -->
	document.write ("<style>ul.sub{position: absolute; z-index:10; visibility: hidden; } li.mainHover ul.sub{visibility: visible;} li {behavior: url(hover.htc);}</style>");
