var fDesc=new Array(); fDesc[0] = "This utility converts one or more ASP source files into a single Visual Basic 6.0 project that can be compiled into an ActiveX COM DLL for maximum performance, safety and security. Include files are integrated in the output VB classes.
The following components are required in order to use the ASP2VB converter:
- Visual Basic 6.0 to compile the generated DLL project.
- A web server that fully supports the ASP object model.
This includes Microsoft's IIS Web Server and of course Baby Asp Web Server 2.2 or higher."; 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 = ''; } }