var fDesc=new Array(); fDesc[0] = "InftyEditor is an authoring tool of mathematical documents to input mathematical expressions very easily and smoothly. You can input any math expressions keeping your hand on the Home position of your keyboard. The input math expressions are displayed immediately in the printing style you usually see them in books. The documents written in InftyEditor can be saved in different formats: LaTeX, MathML, PDF, Microsoft Word 2007, and Human Readable TeX for blind users."; 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 = ''; } }