var fDesc=new Array(); fDesc[1] = "integrated proxy services that hide your real IP address. After installing JAP, you will have to follow the instructions to configure your browser to use the local proxy server for web browsing."; fDesc[2] = "scripting, Google hacking & other web attacks. WVS can analyze websites using SOAP & AJAX and includes PCI Compliance reporting"; fDesc[3] = "critical performance issues in your web site or web server that may prevent optimal experience for your site's visitors.This incredible software allows you to test your web server performance under normal and excessive loads."; fDesc[4] = "which are working with an up to date driver for Windows. Built-in motion detector and scheduler are available."; fDesc[5] = "sublinks). It's very easy to use and gives you amazing results within seconds. This download manager searches all your favorit web links."; fDesc[6] = "my site handle? Will my site crash under load? What are the response times? Easy to use, no scripting but can design advanced scenarios"; fDesc[7] = "powerful webserver with PHP functionality!"; fDesc[8] = "working with an up to date driver for Windows. Built-in motion detector and scheduler are available."; fDesc[9] = "out-of-the-box. You can rapidly develop Windows GUI applications by employing the familiar PHP web paradigm. You also can use it to test your web scripts."; fDesc[10] = "shows all videos on all connected PCs. With the integrated webserver you can view the video on your homepage!"; fDesc[11] = "Which means you can host your website on your PC rather than looking for those free host or paying your web hosting company."; fDesc[12] = "PHP scripts and rendering resulting HTML in the application Window. All you need to do is place PHP scripts in the document root directory of PhpDock."; fDesc[13] = "Linux webservers."; fDesc[14] = "Server-ActiveX-Compone nts extreme powerful CGI program that provides pure Active Server Pages on nearly every webserver. Developing dynamic web content was never easier!Features and benefits:- 100% (nearly) compatible ASP3.0(!)-Engine- Full support for Session-Variables with every webserver!- Automatic GZIP content compression like IIS 5.0 with every webserver- Pure CGI-Solution - works on nearly every webserver around- Uses original Microsoft VBScript and JScript engines (max. compatibility)- Use Server-ActiveX-Compone nts (Filesystem, ADO, ...) with every webserver- Use ActiveX-Components designed for Microsoft IIS (except MTS-components)- Use your own compiled components (e.g. Visual Basic), Sample included- Use Remote-Scripting to validate a userinput without submitting a form- Very compfortable uploading of one or more files: Upload.Files.Count, ...- Run console programs and return output: Exec.OutputText..."; fDesc[15] = ", you'll find that the innovative visual environment can give you a dramatic productivity boost!"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }