function placeVote(){
	win = window.open("", "_popup", "scrolling=no,width=468px,height=300px");
	document.getElementById("form_vota").submit();
}