var fDesc=new Array(); fDesc[0] = "MathType lets you write mathematical equations and insert them on MS Word, Google Docs, and other applications. It provides a simple interface where you can add symbols and equations from its menu. MathType is available as a standalone program, and also as an add-on for MS Office."; 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 = ''; } }