function wyswietl(link) {
	window.open(link,'','width=800,height=600,scrollbars=yes,resizable=yes,status=no,menubar=no');
}

