function confirmSubmitMazani()
{
var agree=confirm("Opravdu chcete smazat tuto polo¿ku?");
if (agree)
	return true ;
else
	return false ;
}
