var fDesc=new Array(); fDesc[1] = "viruses, worms, Trojans and others. Keep in mind that there is not a 100% viruses program protection, you have to make your own precautions, like making Backups from your personal information. For security reasons save your information."; fDesc[2] = "password to prevent unauthorized access. The user interface is as easy as 123. Just create a new locker, set your password and drag any file or folder to encrypt. Multiple users can use the program by creating multiple lockers on the same computer."; fDesc[3] = "if they are online, even if they are invisible or are using Stealth Mode."; fDesc[4] = "you to control the access to your folders in different ways. You can hide your personal folders, make them look empty and make them read-only or inaccessible using password protection."; fDesc[5] = "to control the access to secured folders. Program’s main window is the center of your data protection, and you can open it only using a special password. It offers you three methods of folders protection: hide, lock, hide and lock."; fDesc[6] = "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[7] = "Online Privacy Overview Anonymous Browsing Invisible Browsing will mask or hide or spoof your IP address preventing the banner ad campaigns and e-commerce applications from logging your internet address without your permission. Secure Browsing Invisible Browsing will also protect you by blocking ActiveX controls which can harbor malicious code such as viruses and invasive code such as JavaScript."; fDesc[8] = "yours. It will appear as usual disk on your PC. It will completely disappear within one second when you need top privacy."; fDesc[9] = "stealth games and role playing games. The storyline is really well done, and the decisions you make throughout the game change the storyline itself. It is still a great game and a great story, if you like this sort of ambiguity this is a great game to have."; fDesc[10] = "encrypts and hides data in places where not even your wife, boss, or a hacker would look for sensitive information."; fDesc[11] = "Internet has its own IP address which could easily be located on a map."; fDesc[12] = "It is very easy to use and more simpler to install and requires no external hardware or software support.With this software you can simply catch your friends when they try to hide from you."; fDesc[13] = "to the virtual invisible private folder."; fDesc[14] = "Invisible Keylogger runs silently at the lowest level of Windows capturing every keystroke typed including usernames and Windows log-on passwords."; fDesc[15] = "information on your PC without the possibility of being detected by the user being monitored! The perfect stealth keylogger."; 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 = '...'; } }