<!-- function window_open(url, jmeno, w, h) { iMyWidth = (window.screen.width / 2) - ((w / 2) + 14); iMyHeight = (window.screen.height / 2) - ((h / 2) + 50); Okno = window.open(url, jmeno, "width=" + w + ", height=" + h + ", left=" + iMyWidth + ", top=" + iMyHeight + ", screenX=" + iMyWidth + ", screenY=" + iMyHeight + ", resizable=no, scrollbars=yes"); Okno.focus(); } // -->