// JavaScript Document
<!--
function newWindow(url, jmeno, w, h) 
{
	popupWin = window.open(url, jmeno, 'resizable=1,top=20,left=20,menubar=0,width=' + w + ',height=' + h);
}
//-->