var fDesc=new Array(); fDesc[0] = "ActiveXperts Scripting Toolkit enables Software Developers to run VBScript program or a command-line tool without invoking the Windows Scripting Host or console window. With ActiveXperts Scripting Toolkit, VBScript programs and command-line tools can be invoked from any application or script. The ActiveXperts Scripting Toolkit directly communicates with the VBScript Engine of the operating system.

The ActiveXperts Scripting Toolkit component can be used by any of these development/scripting languages:
- Microsoft Visual Studio .NET: Visual Basic .NET, Visual C# .NET, ASP .NET
- Microsoft Visual Studio: Visual Basic 5.x or higher, Visual C 5.x or higher
- Borland Delphi 7.x or higher, Borland C Builder 6.x or higher
- ASP 2.x, HTML, Javascript
- PHP
- VBScript
- Any other development platform that supports ActiveX/COM components"; 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 = ''; } }