function popActiveX(obj){
	mostraTextoRtf='';
	with(document.forms[0]){				
		//ocxRES.Fonte='Arial';
		obj.TamanhoFonte=11;
		obj.MargemPct=0;
		obj.Editavel=-1;//Torna editável
		if(TEXTO_RTF.length > 0) ocxRES.TextoRTF = mostraTextoRtf;																
	}	
}	
