// JavaScript Document

function openUF(pais)
{	
	window.location.href = 'representantes.php?uf='+pais;	
}