var fDesc=new Array(); fDesc[1] = "compared to Tcl, Perl, Ruby, Scheme or Java. The language itself is a flexible powerhouse that can handle practically any problem domain."; fDesc[2] = "that your faction dominates the empire. You will have to choose between three factions: the Brutti, the Julii and the Scipii. These families had a very big influence in the ancient Rome. Each of those families have different goals."; fDesc[3] = "of UltimateDefrag guarantees maximum system performance not just in the moments after the defragmentation has just finished, but also thereafter."; fDesc[4] = ", improve system security, and meet all of your expectations. It's compatible with Windows Vista SP1 entirely!"; fDesc[5] = "information, Process manager, Optimizer, 1 click cleaner, Repair center, Start up manager, System speed booster, Junk file cleaner, Registry Cleaner, Wallpaper changer, Privacy protector, File Splitter, Shutdown manager and many more utility tools that can customize your system for best performance."; fDesc[6] = "that could harm or slow down your PC. Sunbelt Personal Firewall lists the applications that generate traffic (incoming or outgoing) and you’re able to permit or deny this traffic. at is generating to allow or block this application."; fDesc[7] = "supports all flavors of internet connection including DSL, Dial UP and Optical Fiber to name a few. Not only is it an HTTP proxy but it can also act as a SOCKS, Mail, FTP, News and telnet proxy making it a very powerful application."; fDesc[8] = "versions providing a better graphical user interface and a variety of logons to choose from. It is a freeware once downloaded provides a variety of in-built logon screens."; fDesc[9] = "displays the results in a web browser. The tool works with Internet Explorer or Firefox with a Plugin. The program resides as a small icon in your desktop system tray."; fDesc[10] = "single clean-looking (and free) utility. Host To IP converts a hostname to an IP address. IP To Host does the reverse. Whoi..."; fDesc[11] = "kids from spending hours in chat rooms or remove undesired websites from their view. Software access and uninstall password protected."; fDesc[12] = "database of these codes, letting the user to modify and save any information of this any particular code. It includes the amendments, municipalities and the abroad Italian states."; fDesc[13] = "can be completely customized by the users. As the client can be customized it becomes portable enough after customization. Key authentication systems like DSA and RSA are fully supported by this client."; fDesc[14] = "underwater monster gives no rest to people. You and your submarine are the stronghold for the whole humankind. Go ahead, brave captain!"; fDesc[15] = "traffic. You have to sign up for an account in woopra.com, setup a new website to monitor, and plug some Javascript code into your web pages. The product is in beta release, some bugs may appear."; fDesc[16] = "work on your computer. This means you can easily move whole websites or information to CD-ROM, USB disk, or to another hard drive."; fDesc[17] = "execute realtime DNS and PING test, while making subnet creation and network worksheet generation simple and easy. It's an indispensable tool for almost any network administrator."; fDesc[18] = "Directory integration; server management; user management; service monitoring and control; event management; job and task scheduling; printer management; disk and file administration and reporting and exporting."; fDesc[19] = "between the network hosts, and obtain detailed information about each one of them. Besides, the program will also display the \"whois\" information about the domain that you typed."; 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 = '...'; } }