var fDesc=new Array(); fDesc[0] = "VB Menu ActiveX is an advanced, ready and easy to use ActiveX control Menu for beginner and advancer VB developers.

This control can build menus and subs menus with icons and graphics to each item of the menu, in the top of the window or anywhere in the form.

The control runs with advanced graphic user interface for Windows 98, Me, 2000, XP and Vista, runs fast and very easy to use. The installation program includes VB6 samples, a trial version of the ActiveX, tips and tricks.

Benefits:

- Menu 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.
- Free trial.
- Much more."; 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 = ''; } }