function escolheCategoria(CodCategoria) {
	parent.gotoUrl('InstrumentosCategorias92c0.html?CodCategoria=' + CodCategoria);
}

function escolheLinha(CodLinha) {
	parent.gotoUrl('InstrumentosModelos4317.html?CodLinha=' + CodLinha);
}

function voltarListaCategorias() {
	parent.gotoUrl('Instrumentos.html');
}

function voltarListaLinhas(CodLinha) {
	history.back();
}

function OpsProduto(cod, div) {
	getObj('fraDetalhes').src = 'OutrosInstrumentos1de0.html?CodInstrumento=' + cod +'&Div=' + div;
}

function mostraDetalhes(conteudo, div) {
	setInnerHTML(div, conteudo);
	parent.resizeContent(document.body.scrollHeight);
}
