var fDesc=new Array(); fDesc[0] = "TreeGX is a Windows Forms (WinForms) component for VS.NET that reveals the big-picture in your hierarchical data using cascading connections between topics, sub-topics and highlighting the path to selected topic. At a glance connections can be identified, paths discovered and data relationships grasped all in an easy to use format. Be sure to check out screen-shots from applications using TreeGX to get idea on how TreeGX can benefit your app."; 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 = ''; } }