function Vazne()
{
	if (confirm("Opravdu smazat?"))	{ return true; } else { return false; }
}
