function geraOption(valor, label) {
	
	return '<option value="' + valor + '">' + label + '</option>' + "\n";
	
}