var fDesc=new Array(); fDesc[0] = "Mathcad: Solve and document your most complex engineering calculations.
Mathcad enables engineers to easily perform, document and share calculation and design results. Mathcad’s interface accepts and displays units aware math notation using keystrokes or menu palette clicks with no programming required. What sets Mathcad apart is that it’s easy-to-use. In fact, it’s the first solution to enable users to simultaneously solve and document engineering calculations in a single reusable worksheet, which can be saved or easily converted to several formats. Mathcad’s intuitive interface combines live, standard math notation, text and graphs, in a presentable format which enables knowledge capture, reuse and design verification for improved product quality."; 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 = ''; } }