var fDesc=new Array(); fDesc[0] = "JetBrains CLion is a cross-platform IDE for C/C++ developers providing superb coding assistance and enormous time savings. With CLion you can develop applications in C and C++. In addition, it fully supports HTML (including HTML5), CSS, JavaScript, and XML. These languages are bundled in the IDE via plugins and are switched on for you by default."; 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 = ''; } }