function openMentions(){
	var x = (window.screen.width-600)/2;
	var y = (window.screen.height-700)/2;
	var mentions = window.open("http://installation-campagne.fr/mentions-legales.html", "Mentions", "left="+x+", top="+y+", height=700, width=600, menubar=no, status=no, scrollbars=yes");
}

function voter(){
	var idRep = 0;
	try{
		idRep = $RF("form-sondage","idReponse");
	}catch(e){}
	
	// Si une option a été choisie
	if(idRep > 0) $("form-sondage").submit();
	else alert("Merci de bien vouloir choisir une option");
}

function voirReponse(){
	$("voir").value = 1;
	$("form-sondage").submit();
}
