function Confirm(dotaz)
{
	if (confirm(dotaz))
		return true;
	return false;

}
