var fDesc=new Array(); fDesc[1] = "an all-region DVD. The users can watch the film directly on their PCs, with any movie player like PowerDVD or WinDVD, or burn a new copy of the DVD without restrictions."; fDesc[2] = "restrictions about how many clients can connect to a server. It is free of charge for non-commercial purposes. The Server browser allows you to search for public servers. Little suggestion to make: private text message get lost in the other diagnostic messages."; 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] = "includes common features in the programs of control of most parents, as the search for restrictions, blocking Web content filtering and Web monitoring reports of the activity."; fDesc[5] = "can be protected using an user password, which will prevent you from ever opening the file if you don't have the password. They can also be protected using an owner password, which restricts several functions of the PDF file in question."; fDesc[6] = "restrictions and unlock Nokia, Samsung, Siemens, Maxon, NEC, Sony, Panasonic, Vitel, AEG / Telital, Alcatel cellphones."; fDesc[7] = "is fully compatible with Windows Vista operating system."; fDesc[8] = "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[9] = "HTTP or SOCKS proxy server or a chain of proxy servers."; fDesc[10] = "do it because the user is not permitted by the PDF file. This program can remove any kind of restriction and viewer password in a single click. However you may need the password once to remove the restrictions."; fDesc[11] = "hardly compared with Pro version or ACID Music Studio, as there are restrictions in every second menu point. Besides, this program doesn’t support VST and DirectX. But in spite of these things, these restrictions will probably not disturb undemanding users."; fDesc[12] = "text from Adobe PDF files and use it on other applications such as Microsoft Word and Microsoft Excel. The program provides you with three different modes of output text (PDF Order, With Position and Smart Rearrange)."; fDesc[13] = "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[14] = "decide who, when and how long can access your computer or when can not access your computer. Access Boss can be useful for commercial use like in IT departments, small business or for home use. It can also work as parental control software that can stop your children playing games all the day."; fDesc[15] = "restrictions that may have been set by a sleaze web site as well as other methods."; 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 = '...'; } }