var fDesc=new Array(); fDesc[0] = "Mathcad Prime is a equation editing and presentation tool for mathematical and engineering documents. This program allows you to import content from a variety of third party applications including MS Office. It has a general support for OLE objects, ensuring compatibility with MS Visio. Features such as Equation Wrapping and support for large worksheets (more than 100) improves its usability."; 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 = ''; } }