function noweOkno(url, width, height) {
    window.open(url, null, 'height=' + height + ',width=' + width + ',status=yes, toolbar=no, location=no, scrollbars=yes, resizable=yes');
	return false;
}

function drukujStrone() {
	window.print();
}