var fDesc=new Array(); fDesc[0] = "MathFlow Editor is a native MathML equation editor that works with XMetaL Author and XMAX. MathFlow Editor's user experience is similar to how Design Science's MathType and Equation Editor products work with Microsoft Word — the operator double-clicks on an equation in an XML document and it automatically opens in the MathFlow Editor window. To compose a new equation, a click on the MathFlow Editor button in the XML editor's toolbar opens a new equation window. Equations appear in typeset form within the XML editor and are saved as MathML within the XML document."; 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 = ''; } }