var fDesc=new Array(); fDesc[0] = "Use Scientific Viewer software to view and print your read-only .tex documents containing text, mathematics, and graphics, created with Scientific WorkPlace, Scientific Word, or Scientific Notebook.and published on the Web

Scientific Viewer is free and may be distributed freely.

With Scientific Viewer there is no limit to the mathematics you can display, files download quickly, users can print high-quality read-only documents from your web site."; 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 = ''; } }