var fDesc=new Array(); fDesc[0] = "The techexplorer Hypermedia Browser is a cross-platform, cross-browser plug-in for delivering high volume or advanced mathematics over the web. With techexplorer you can publish sophisticated mathematics and scientific content to the web using TeX, a typesetting language that is popular among technical authors."; 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 = ''; } }