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

With this ActiveX control (OCX) you can add tabs controls to your VB program, fast and easy.

The control supports many styles of graphic user interface, supports XP/Vista styles, runs fast, easy to the use, and with error handling. The installation program includes, VB samples, help file (CHM), tips and trick to run your VB programs with an advanced graphic user interface."; 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 = ''; } }