var fDesc=new Array(); fDesc[0] = "TGridTree introduces a new concept of two dimensional TreeView and Horozontal TTreeVeiw. TGridTree is a grid that has expandable top and left headers. It is derived from TStringGrid and has all its features. The first left column is a normal TTreeView with new look, and the first top row is another TTreeView converted to work horizontally. You can define both headers and the contents of the grid in design mode."; 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 = ''; } }