function potwierdz(mess, location) {
	if (confirm(mess)) {
		document.location = location;
	}
}
