var fDesc=new Array(); fDesc[0] = "Glacial TreeList is a fully .net based treelist control. Glacial TreeList is one of the most fully featured products available for .Net treelist development today. While most treelists focus on heavy grid based/database applications, Glacial TreeList focuses on a lighter, higher performance and feature rich approach. Glacial TreeList is a perfect solution for your windows forms applications.

Most grids and treelists today are heavily DB oriented that tend to perform poorly when presented with large amounts of data. Glacial TreeList attempts to fill this need by providing an extremely high performance .Net control (no ActiveX or unmanaged code)."; 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 = ''; } }