function go_select(nome_form, nome_select) {
	eval('self.location = document.' + nome_form + '.' + nome_select + '[document.' + nome_form + '.' + nome_select + '.selectedIndex].value');
}
