function abreDHTML(indice,escondCombo) {
		if (document.getElementById("abreDHTML_"+indice)){
			document.getElementById("abreDHTML_"+indice).style.display= "block";
		}
	}
	//display
	function colapseDHTML(indice,escondCombo) {
		if (escondCombo){
			escondeCombo = escondCombo;
		}
		var obj = document.getElementById("abreDHTML_"+indice);		
		obj.style.display="none";
	}
	//display