var fDesc=new Array(); fDesc[1] = "optimizes system registry and other system files so that Windows can run fast and smoothly. The program creates a system restore point, in case something goes wrong during the clean-up."; fDesc[2] = "Windows API for timing by directly using the RDTSC (Read Time Stamp Counter) instruction. Applications that rely on RDTSC do not benefit from the logic in the operating system to properly account for the affect of..."; fDesc[3] = "your web camera output. The program can replace the video output from your webcam with any other video clip or even with images from your computer."; fDesc[4] = "known feature it includes is the option to keep translucent borders when a window is maximized, something that Windows Vista turns to black automatically."; fDesc[5] = "Platinum is a software designed to hide your IP address to give you complete privacy. Every computer or connection has an IP address that defines a unique computer. When you are running a computer with hidden or changed IP, you are like invisible. Hide IP Platinum can do so."; fDesc[6] = "easy: just start Hide IP NG! Avoid your personal information being used to send you spam and junk emails. Many marketers and advertising agencies will use you IP address, together with your email, to send you unsolicited emails."; fDesc[7] = "HTTP or SOCKS proxy server or a chain of proxy servers."; fDesc[8] = "Yahoo! Messenger's Invisible Settings and check if some of your contacts are invisible for you or really offline. It can even tell you if your contact is in a Chat Room or if his webcam is online."; fDesc[9] = "RapidShare, as you appear as another user. It also keeps records of how many time has a proxy to wait till download, tor using it later."; fDesc[10] = "with a waiting time the number of nudges you can send, because this can be very annoying. NudgeMania 4.0 allows you to bypass that limitation, allowing you to send infinite nudges without waiting."; fDesc[11] = "HTTP tunnel restrictions will allow you to use your favorite chat applications like MSN, AOL, Yahoo Messenger, ICQ, Miranda, Trillian, or mIRC, that otherwise will be firewalled."; fDesc[12] = "a virtual drive that maps to the folder directly. It acts as a drive but is internally mapped to the folder. The folder acts as the main directory and all the files and subfolders can be accesses as in the case of a drive access."; fDesc[13] = "application-related traffic. The program creates an http tunnel with a mediator server, where the traffic conversion is taking place."; fDesc[14] = "e-mail account. When you install GetByMail on a remote computer (the one you want to control), you can simply send e-mails to it from any web e-mail account or POP e-mail account. You can upload and download files, move them, rename them, delete them, etc."; fDesc[15] = "software package that you can use on just any platform - Windows, Mac OSX or Linux"; 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 = '...'; } }