var fDesc=new Array(); fDesc[0] = "PrEditor is the code editor for programmers and computer professionals today. PrEditor is programming language neutral, which means that you have the same interface regardless of which program language, script, configuration file, documentation, or web page you use. With an FTP client and transparent support for DOS, UNIX, and Mac files, PrEditor allows you to edit any file, anywhere. It has pre-defined syntax coloring for most languages including C/C , C#, perl, Java, Basic, HTML, SQL and pascal, and can be easily configured for other languages and file formats."; 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 = ''; } }