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