function cambia_emisora(valor){
	window.location="emisoras.php?id_emisora="+valor;
}
function muestra_resultados_encuesta(id){
	var ventana_resultados_encuesta=window.open("plantilla_resultados_encuesta.php?id="+id, "ventana_resultados_encuesta", "width=500, height=300");
}
