function zobrazeni1(q) {
	if (q.value != "") {
		  okynko1.style.backgroundImage = "url(/img/formular/obrazek1.jpg)";
	} else {
		okynko1.style.backgroundImage = "";
	}
}

function zobrazeni2(q) {
	if (q.value != "v") {
		  okynko2.style.backgroundImage = "url(/img/formular/obrazek2.jpg)";
	} else {
		okynko2.style.backgroundImage = "";
	}
}

function zobrazeni3(q) {
	if (q.value != "v") {
		  okynko3.style.backgroundImage = "url(/img/formular/obrazek3.jpg)";
	} else {
		okynko3.style.backgroundImage = "";
	}
}

function zobrazeni4(q) {
	if (q.value != "v") {
		  okynko4.style.backgroundImage = "url(/img/formular/obrazek4.jpg)";
	} else {
		okynko4.style.backgroundImage = "";
	}
}

function zobrazeni5(q) {
	if (q.value != "v") {
		  okynko5.style.backgroundImage = "url(/img/formular/obrazek5.jpg)";
	} else {
		okynko5.style.backgroundImage = "";
	}
}

function zobrazeni6(q) {
	if (q.value != "v") {
		  okynko6.style.backgroundImage = "url(/img/formular/obrazek6.jpg)";
	} else {
		okynko6.style.backgroundImage = "";
	}
}

function zobrazeni7(q) {
	if (q.value != "v") {
		  okynko7.style.backgroundImage = "url(/img/formular/obrazek7.jpg)";
	} else {
		okynko7.style.backgroundImage = "";
	}
}

function zobrazeni8(q) {
	if (q.value != "") {
		  okynko8.style.backgroundImage = "url(/img/formular/obrazek8.jpg)";
	} else {
		okynko8.style.backgroundImage = "";
	}
}

function zobrazeni9(q) {
	if (q.value != "") {
		  okynko9.style.backgroundImage = "url(/img/formular/obrazek9.jpg)";
	} else {
		okynko9.style.backgroundImage = "";
	}
}

function zobrazeni10(q) {
	if (q.value != "") {
		  okynko10.style.backgroundImage = "url(/img/formular/obrazek10.jpg)";
	} else {
		okynko10.style.backgroundImage = "";
	}
}
