function check() {
for (i =0; i < poll.elements.length-1; i++)
 if (document.poll.resp[i].checked==true) {
 	return true;
 }
}