function openWindow(sondage, nb) {
	window.open("sondages/vote.php?id=" + sondage + "&nb=" + nb, 'sondage', 'width=300,height=350')
}
