var fDesc=new Array(); fDesc[1] = "maximum performance. Scanning process finds and removes in a safe manner the following malicious software (Malware): Trojan Horses, Dialers, Worms, Spyware, and Adware."; fDesc[2] = "and options provided by any HTTP server with great performance and absolute control of it. Its administration is very easy however it doesn’t have any GUI; by using commands and scripts you can set it up quickly in almost any platform."; fDesc[3] = ", PAQ/LPAQ, PEA, QUAD/BALZ, TAR, UPX, ZIP file formats and also can open ACE, ARJ, CAB, DMG, ISO, LHA, RAR, UDF, etc; It supports to open 79 file extensions. PeaZip works in 32 and 64 bit Windows (9X/2000/XP/Vista) and Linux platforms."; fDesc[4] = "also create new scripts for it. It gives the administrator a flexible tool that can be customized for their purposes. This is one of the best administrator mods out there."; fDesc[5] = "you to get rid of some annoyances that overcrowd your screen and use too much resources. You can now control the way you look the pages by rewriting them on the fly, building filtering rules that will swap away that things you don´t want to see."; fDesc[6] = "a user-friendly interface and allows experienced users to create their own FTP scripts speeding up the routine"; fDesc[8] = "Perl Project. Strawberry Perl is a comprehensive tool for developers and programmers working with Perl language and Win32. We can download this program quite easily from the developer’s website."; fDesc[9] = "SQL scripts as well as browse database structures"; fDesc[10] = "Auto-completion, Built-in debugger, Code snippets, Tons of Samples scripts, Object browser, WMI code generator"; fDesc[11] = "This incredible software includes debugging features, a very comfortable editor with syntax highlighting, a syntax check feature that finds errors in your script, and many other features for easy and comfortable Perl development."; fDesc[12] = "instructions that are to be performed in the future. Using System Scheduler most of the tasks can easily be controlled by the user. It has in-built tools that help to run unattended processes, scripts, batch files and much more."; fDesc[13] = "Traffic and Activity, enables users to control the Bandwith. It supports external programs, scripts and group management. Connection is controlled by IP based accelerator for access control and the results of making as good as possible IP, domain, and user FTP messaging."; fDesc[14] = "scripts or the selected part of it. The application scans the web page HTML code checking invalid tags, invalid tags attributes or values, misspelled sentences and invalid characters. It alse looks for quotation marks that might be missing or mismatched, missing tags, all over the HTML code."; fDesc[15] = "that it is simple, to the point, and is designed for creative writers. The application is divided into roughly two panels."; fDesc[16] = "Golden is a powerful tool which allows high speed ascii import/export that can handle millions of records. Golden provides you with range of features like point and click SQLBuilder, result set editing and export to Excel, CSV files and XML"; fDesc[17] = "registry keys. LCleaner has a fast search engine based on LUA scripts. Functionality can be extended with your own scripts."; fDesc[18] = "or on local computer. You can run scripts in step-by-step mode and to trace values of any variables and script output."; fDesc[19] = "platform."; 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 = '...'; } }