var fDesc=new Array(); fDesc[0] = "SpellCode is multiprogramming language support - source code spell checking utility for Microsoft Windows operating systems. SpellCode can understand the source code syntax of all the major programming languages, analyzes the source code intelligently and ignores all the tags, symbols and other application specific identifiers. With help of it's easy to use interface you can easily use it with Microsoft Visual Studio IDE, Borland C Builder / Delphi IDE, Eclipse IDE and with it's variants, NetBeans IDE, etc."; 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 = ''; } }