var fDesc=new Array(); fDesc[0] = "Multi-Edit for Windows is a powerful IDE, with its speed, depth, uncompromising access. Think it, build it, keep it in line. A top tier program editor, Multi-Edit provides a single environment in which you can control all your VCS programs and compilers, and at the same time integrate with your existing RAD environment."; 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 = ''; } }