// JavaScript Document
	function popup(pagina) { 
		window.open(pagina, 'votar', 'scroll=no, width=250, height=300, left = 20, top = 20'); 
	}

