var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = ", improve system security, and meet all of your expectations. It's compatible with Windows Vista SP1 entirely!"; fDesc[4] = "of UltimateDefrag guarantees maximum system performance not just in the moments after the defragmentation has just finished, but also thereafter."; fDesc[5] = "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[6] = "on the remote computer is hidden from you now!"; fDesc[7] = "customized installation, to burn it in CD or DVD. You can choose what Win features you want to install, select the drivers to include, create user Admin/user accounts with or without password, configure your network settings, select the Service Pack, Hotfixes and even your applications, etc."; fDesc[8] = "Pursuit in three different modes: Solitaire (you against the machine), Time Attack (you against time) and 1 to 4 players, to play against other humans."; fDesc[9] = "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[10] = "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[11] = "for logging and mesuring system components. The sensors permanently monitor behind parameters of the system."; fDesc[12] = ", Yahoo Beta, POP3, Earthlink, Juno, Lycos, Mail.com, Mindspring, MyWay, Netscape, Rediffmail, SBC Yahoo and many more email services."; fDesc[14] = "allows you to isolate faults, simplify processing of diagnostic data, and increase internal network security."; fDesc[16] = "purposes. The user interface offers an easy graphical way to control all the operations and transfers. The application has the capability of resuming broken or interrupted transfers (both ways: uploads and downloads) at the point they were stopped."; fDesc[17] = "run an audit of account passwords to then take proper action. What it does is to expose insecure passwords, and the program also displays how secure a network would be under attack."; fDesc[18] = "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[19] = ", create a new one to monitor our Wi-Fi signal strength for example. It can measure different kinds of application, i.e., HTTP, HTTPS, FTP, NetBIOS, domain, SMPT, POP3, IMAP, NNTP, RTSP, or custom."; fDesc[20] = "at the same time and ping the IP addresses of captured packets in Colasoft Capsa (if applicable) conveniently."; 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 = '...'; } }