<!--
function fOtworzAnkiete(htmPage)
{	
	var features="toolbar=no,scrollbars=yes,menubar=no,resizable=yes,left=50,top=50,width=550,height=450,screenX=0,screenY=0";
	window.open(htmPage,"Ankieta", features);
	return void(null);
}
-->
