function showWniosekWin() {
	szerokosc = 760;
	wysokosc = 770;
	exPopup = window.open('https://extranet.bphbh.pl/ewniosek/form.php','ekspertWin','toolbar=0,location=0,directories=0,scrollbars=1,status=0,menubar=0,resizable=yes,width='+szerokosc+',height='+wysokosc);
	//exPopup.moveTo(parseInt((screen.width-szerokosc)/2),parseInt((screen.height-wysokosc)/2));
	exPopup.focus();
}
