function setHiddenValue(valor) {
	document.getElementById('UserCidade').value = valor;
	window.open(this.options[this.selectedIndex].value,'_top');
}

