
function newwin(url){
	window.open(url,"popupresultats",'width=500,height=420,top=5,left=5,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=0') ;
}


function action(){
	window.open(url,"popupresultats",'width=500,height=420,top=5,left=5,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=0') ;
	window.location.href = "http://www.kelbank.com/index.php" ;
}





function valid_vote() {
	
				var erreur="Veuillez choisir votre réponse.";
				var m=0; 
				  
				  for (i=0;i<document.voter.id.length;i++) { 
					if (document.voter.id[i].checked==true) { 
					 erreur="";
					} 
				  } 
								
				if(erreur==''){return true;}
				else{
					alert(erreur);
					return false;
				}	
}
