// JavaScript Document
function votar(op) {
	if (op==undefined) {
		$.fancybox({content:"Escolha um op&ccedil;&atilde;o"});
	}
	$.fancybox({
			   type:"iframe",
			   href:"/resultado.php?acao=votar&poll_voteNr="+op+"&Submit=Votar&resultado=Ver%20Resultado&"
			   });
}
