var fDesc=new Array(); fDesc[1] = "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[2] = "address of the user’s system, for preventing issues like identity theft, and guards the computer against hacker intrusions by concealing the IP address with a mere click of a button."; fDesc[3] = "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[4] = "been switched off. It works simultaneously on encryption and thrashing of files and folders from being accessed by any outside user. A fortification wizard has been allocated to ensure the protection of a number of objects by the introduction of password."; fDesc[5] = "features. Like attractive and user friendly user interface with changeable skins, Audio chat, video chat, audio conferencing, file sharing, photo sharing, emoticons, screen capture, static/dynamic film capture, hidden mode of all window, auto hiding mode of main window and lots more to list."; fDesc[6] = "if you press CTRL while opening a new IE window, it will be automatically sent to the background. You can define a key for hiding/closing all IE windows."; fDesc[7] = "taskbar. 4t Tray Minimizer 4.4 can help you solve this problem by minimizing any applications you like as System Tray icons. It has a lot of useful features that really makes your work more convenient."; fDesc[8] = "you the possibility to protect your privacy by protecting your sensitive information from unwanted access, giving you several tools to do it. Principal options are: prevent access to any of your files, folders or a complete drive by locking them; hide files or folders making them completely invisible."; fDesc[9] = "Europe, seeking clues in Da Vinci's notes, revealing hidden meanings, and unraveling the riddles that shelter the truth."; fDesc[10] = "Make your secrets invisible in just 3 quick steps!"; fDesc[11] = "water. Sound is another remarkable feature of this screensaver. Download free Sunset Screensaver!"; fDesc[12] = "or with a click of an icon in the system tray. Log access attempts and enforce a custom background image."; fDesc[13] = "documents from curious colleagues, games from the chief, adult files from children and much other."; fDesc[14] = "routes your internet traffic trough remote servers all over the world, so you can choose proxies in any place of the world and you will get an IP address for that country, if the proxy server is available. Anonymous Browsing works on Windows 2000/XP/Vista platforms."; fDesc[15] = ", applications, the icons in the systray, and mute your sound card. Try the fully version of Warning! The Boss! FOR FREE"; 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 = '...'; } }