function zapiszPlik(zm) {
	var url = '../zapisz/index.php?st=' + zm;
	window.location.assign(url);
}
