var fDesc=new Array(); fDesc[0] = "The Scientific Word Processor is a complete WYSIWYG word processor designed for the creation of documents containing mathematics and other scientific notation. EXP can print documents itself, or it can convert documents to LaTeX for subsequent processing by LaTeX.

EXP integrates the process of typing mathematics with the process of typing text. With EXP, you do not have to switch back and forth between the word processor and an add-on equation editor as you do with other word processors. Because EXP was designed from the ground up to be a scientific word processor, it's fast, efficient, and produces beautiful results."; 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 = ''; } }