var fDesc=new Array(); fDesc[0] = "Scientific WorkPlace: the integration of LaTeX Typesetting and Computer Algebra.
With Scientific WorkPlace Version 5.5, you can create, edit, and typeset mathematical and scientific text more easily than ever before. The software is based on an easy-to-use word processor that completely integrates writing mathematics and text in the same environment. With the built-in computer algebra system, you can perform computations right on the screen."; 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 = ''; } }