var fDesc=new Array(); fDesc[0] = "VB TreeView ActiveX is an advanced and ready to use ActiveX control for visual basic developers.

Add, remove and edit items to this tree view, fast and easy! You can set colors, set to bolds, add checkbox to each item at the design or at the run time.

The control supports Windows 98, Me, 2000, XP and Vista GUI, runs fast, including error handling, Visual Basic 6 samples, tips and tricks.

Main Features :
- TreeView ActiveX (OCX) Control For VB 6.
- Supports XP/VISTA Style.
- Ready, and easy to the use.
- Error handling.
- Many events.
- VB 6 and VB.NET samples.
- CHM help file."; 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 = ''; } }