function PopupWin(ctl,w,h) {
	nazwa=Math.round(Math.random()*1000);
	nazwaS=nazwa+"n"; 
	window.open(ctl, 'popup', 'scrollbars=no,resizable=yes,width='+w+',height='+h);
return;} 