var fDesc=new Array(); fDesc[0] = "Flexible TreeView is the most flexible and fastest TreeView-ListView-Grid combination control on the market with many unique features inside. It provides developers with a flexible and powerful solution for presentation of hierarchical data with the possibilities not existing in any .NET treeview or listview control on the market today. Make your development process as smooth and easy as possible. Allow you to concentrate only on your application development. Make the style of your application unforgettable."; 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 = ''; } }