function popup (plik, tytul, w, h) {	
	var pl = plik;
	var title = tytul;
	var hight = h;
	var width = w;
	newWin = window.open(pl, title,'height='+hight+', width='+width+',resizable=no,scrollbars=no,screenX=0,screenY=0');
}