
function entra (thisUrl) {
	parent.frames[1].location = thisUrl;
}

function abre () {
	var d = document.artmlink.paginas;
      if (d.value != '---' && d.value != 'Setores') {
	entra (d.options[d.selectedIndex].value);
	}
}

