var fDesc=new Array(); fDesc[0] = "The Delphi IDE Colorizer is a plugin which allows to skin the look and feel of the workspace of the RAD Studio IDE and Appmethod. It allows you to change the icons, set the colors, and gradient direction of the title bar of the docked windows. Also, you can set the colors, and gradient direction of the IDE toolbars, improve the drawing of the disabled icons used in menus and toolbars, 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 = ''; } }