
function selAltro()
{
	for (var k=0; k<document.forms[0].PollVote.length; k++) {     
		if (document.forms[0].PollVote[k].value=="Votes_7"){
			document.forms[0].PollVote[k].checked=true;
		}    
	}
}
//
//Function to open pop up window
function openWin(theURL,winName,features) {
  	window.open(theURL,winName,features);
}
function disTastiera(){
	if (document.getElementById("idTastiera")!= undefined ){
		document.getElementById("idPinSond").value="";		
		lineHTML="";
		//document.getElementById("idTastiera").style.display="none";
	}
}
function abTastiera(){
	if(document.getElementById("idTastiera") != undefined) {
		document.getElementById("idTastiera").style.display="block"
	}
}

