var fDesc=new Array(); fDesc[0] = "GExperts for RAD Studio XE8 is a free set of tools built to increase the productivity of Delphi and C++ Builder programmers by adding several features to the IDE. It allows you to automatically rename components, insert text macros, open recent files, easily backup your projects, with custom additional file lists, keep nested lists of favorite files for quick access, track dependencies between units in your project, and more."; 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 = ''; } }