function akce(url, msg) {
	if (!confirm(msg))
	return false;
	location = url;
}
