
function popUp(plik,w,h)
{
	podglad = window.open(plik, 'podglad', 'toolbars=no, location=no, scrollbars=no, resizable=no, width='+w+', height='+h+', left=100, top=100');
	podglad.focus();
}