produtos = {
	trocaProduto : function(tipoPdto, numeroPdto, qtdPdto){

		for (i=1; i<=qtdPdto; i++) {
			document.getElementById('txt_' + tipoPdto + '_0' + i).style.display = 'none';
			document.getElementById('bt_' + tipoPdto + '_0' + i).style.backgroundPosition = 'top';
		}
		document.getElementById('divMain').className = 'main bg_' + tipoPdto + '_0' + numeroPdto;
		document.getElementById('txt_' + tipoPdto + '_0' + numeroPdto).style.display = '';
		document.getElementById('bt_' + tipoPdto + '_0' + numeroPdto).style.backgroundPosition = 'bottom';
		if (id('Pallas')&&(numeroPdto==3)){
			document.getElementById('linkTabela').href = 'javascript:lightbox.abrir("Pallas","FFF");';
		}else {
			document.getElementById('linkTabela').href = 'javascript:lightbox.abrir("tableAmbiBatom","FFF");';
		}
	}
}
