var fDesc=new Array(); fDesc[0] = "AutomatedDocking Library is an advanced and easy to use docking component library allowing you to create highly elegant and fully configurable User Interfaces. Engineered from the ground up to fully support VCL code, the AutomatedDocking Library can be used in Delphi and C Builder. Older versions also include support for Kylix. The package includes source code for AutomatedDocking Library and can be redistributed without any runtime royalties. Docking windows can be displayed floating or docked in various configurations. As a result, your applications look and behave very much like the Delphi, Visual Studio .NET or Visual Studio 2005 IDE."; 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 = ''; } }