function Opravdu(text) {
    ano = confirm(text);
	if(!ano){
		return false;
	} else {
		return true;
	}
}


