function over(n) {
	n.setAttribute("style", "text-decoration:underline;");
}
function out(n) {
	n.setAttribute("style", "text-decoration:none;");
}
function cell(n) {
	if (n.value == "другая") {document.getElementById("ank_cell").style.display="block";}
	else {document.getElementById("ank_cell").style.display="none";}
}