// JavaScript Document
function okno(zdroj,ww,hh) {
apopup = window.open(zdroj,'','toolbar=yes,location=no,directories=no,status=no,scrollbars=yes,menubar=no,resizable=no,copyhistory=no,top=30,left=20,width='+ww+',height='+hh);
}
