function kontrola() 
{
	var t1 = false; var t2 = false; var t3 = false; var t4 = false; var t5 = false; var t6 = false; var t7 = false; var t8 = false; var t9 = false; var t10 = false;
	if (document.formular.a1[0].checked || document.formular.a1[1].checked) t1 = true;
	if (!t1) {alert ("Vyberte odpověď na otázku č. 1, prosím."); return false;};
	if (document.formular.a2[0].checked || document.formular.a2[1].checked) t2 = true;
	if (!t2) {alert ("Vyberte odpověď na otázku č. 2, prosím."); return false;};
	if (document.formular.a3[0].checked || document.formular.a3[1].checked) t3 = true;
	if (!t3) {alert ("Vyberte odpověď na otázku č. 3, prosím."); return false;};
	if (document.formular.a4[0].checked || document.formular.a4[1].checked) t4 = true;
	if (!t4) {alert ("Vyberte odpověď na otázku č. 4, prosím."); return false;};
	if (document.formular.a5[0].checked || document.formular.a5[1].checked) t5 = true;
	if (!t5) {alert ("Vyberte odpověď na otázku č. 5, prosím."); return false;};
	if (document.formular.a6[0].checked || document.formular.a6[1].checked) t6 = true;
	if (!t6) {alert ("Vyberte odpověď na otázku č. 6, prosím."); return false;};
	if (document.formular.a7[0].checked || document.formular.a7[1].checked) t7 = true;
	if (!t7) {alert ("Vyberte odpověď na otázku č. 7, prosím."); return false;};
	if (document.formular.a8[0].checked || document.formular.a8[1].checked) t8 = true;
	if (!t8) {alert ("Vyberte odpověď na otázku č. 8, prosím."); return false;};
	if (document.formular.a9[0].checked || document.formular.a9[1].checked) t9 = true;
	if (!t9) {alert ("Vyberte odpověď na otázku č. 9, prosím."); return false;};
	if (document.formular.a10[0].checked || document.formular.a10[1].checked) t10 = true;
	if (!t10) {alert ("Vyberte odpověď na otázku č. 10, prosím."); return false;};
return true;
}

