var fDesc=new Array(); fDesc[1] = "digital cameras, but the application can be used by anyone. Version 7.1 adds several new features. The first one is the ability to tag pictures. By tagging a picture, you give it a keyword, which you can later use to find pictures."; fDesc[2] = "to run different operating systems on the same computer. For example, if you install it in Windows, you can create a Virtual Disk (just a big file to reserve some space) and install another operating system (like Ubuntu) on it (file). A portion of RAM is to be set aside for this OS to be run."; fDesc[3] = "insert your passwords anywhere. Some web browser plug-ins do that. Password Keeper will only store them in a secure location from where you can copy them into the clipboard and past them anywhere."; fDesc[4] = ", Internet surfing is made easy and fast. The browser also blocks adware, spyware and all kinds of pop-ups. It is much more advanced than other surfing browsers, and consists of inbuilt translation engine, dictionaries and a quick search bar."; fDesc[5] = "websites see the IP address of the proxy server instead of your own IP address. A4Proxy fully supports HTTPS and FTP, so you will be able to logon to secure sites and FTP directories anonymously."; fDesc[7] = "software prevents other users from cheating, hacking, or using other unfair advantage over you while playing online games. By a proprietary cheat detection system, Game Vindicator uses ways of detecting and blocking illegal software, viruses, hacks or any other suspicious application."; fDesc[8] = "explorer-type interface. Additional features include different viewing modes, batch conversions, Webpage loader, set as wallpaper and more options."; fDesc[10] = "It is known as creating a “shelf\". Element Browser has very sleek look and is very user-friendly. The user interface has been created with great intuition."; fDesc[11] = "the use of key words and specified URLs. A perfect solution for companies that want to display their website at a store or show."; fDesc[12] = "transmission using WEP encryption (64 & 128bit). Connects at distances up to 300m. Transmission speed fallback. Web-browser based setup. Site Survey Utility software included. Compatible with all major operating systems."; fDesc[13] = "including coin mechanisms, printers, note validators, barcode readers and magnetic card readers."; fDesc[14] = "Cute, you can connect to any FTP server, browse through directories and files, and resume transfer files."; fDesc[15] = "internet history can be easily accessed by unwanted persons, and this is where our application takes charge."; 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 = '...'; } }