function open_select (obj) {
	document.location = obj.value;
}
function abre_janela(obj) {
	window.open(obj.value);
}