function showMember(name) {
windowprops = "width=640,height=480,left=100,top=100";

/*text = "<html><head><title>Polskie Towarzystwo Urologiczne - Kalendarz Imprez</title></head><body style='margin: 0px; background:#415286;color:#fff'><br /><br />";
text += "<div style=\"text-align:center;width:640px\">"+info+"</div>";
text += "</body></html>";*/

preview = window.open(name, "preview", windowprops);
preview.document.open();
//preview.document.write(text);
//preview.document.close();
}

function otw_strone(nazwa) {
	var fg = nazwa + '.php';
	window.open(fg,"MDI_zdjęcie_","status=no,toolbar=no,location=no,personalbar=no,scrollbars=1,width=600,height=600,left=150px,top=150px");
}
