function pokaz(url, tytul, szerokosc, wysokosc) {
	okno = window.open(url, tytul, 'left = 100, top = 100, width = '+szerokosc+', height = '+wysokosc+', innerheight = '+wysokosc+', innerwidth = '+szerokosc+', toolbar = no, location = no, directories = no, status = no, menubar = no, scrollbars = yes, resizable = no');
	okno.focus();
}
