var fDesc=new Array(); fDesc[0] = "Integre's MathML Equation Editor—which uses techexplorer's math rendering engine—can be used as a stand-alone application for authoring MathML equations, or it can be used to create editable math expressions inside web pages or web applications. The MathML Equation Editor is available for the Windows platform as a stand-alone application or an ActiveX control."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }