var fDesc=new Array(); fDesc[1] = ", multilingual, and completely customizable. This utility gives us the opportunity to delete all the useless and obsolete data that we may be keeping in our system."; fDesc[2] = "and more. It can be easily customized with the option of over 1500 free gadgets. Its available for XP, Vista, Mac and Linux."; fDesc[3] = "firmware to enjoy new functionalities. The only restriction is that this software is only meant for recent devices of Series 40 or S60; all of these from any Internet enabled broadband connection."; fDesc[4] = "First at all you need a cable to make your connection, it depends what kind of model you are working with. Visit the Nokia web site and find your compability driver!."; fDesc[5] = ", and now it is easier to control the ball more accurately in the desired direction. With new menus resembling Windows Vista, more goal celebrations, more technical gestures and, of course, mandatory improved graphics, Pro Evolution Soccer offers another choice to Soccer fans"; fDesc[6] = "reliable, it automatically synchronizes and backs up emails, photos, address book, music and any kind of document or file between hard drives, desktops, servers, mobile devices and through the internet using FTP, WebDAV and much more."; fDesc[7] = "want to take with you and don't want to copy and paste it every time a change is made, or when you need your desktop computer and your laptop to have the same files."; fDesc[8] = "You are the son of a very-skilled and gifted assassin who has died in the line of \"duty.\" However, you don't know anything the truth about him and you only do when the organization approaches you."; fDesc[9] = "which are not available in the windows default text editor notepad. This editor fulfills almost all the necessary requirements for a text editor. The interface is user-friendly and easy to use."; fDesc[10] = "Media, Office, etc. Your browser's capabilities to delete temporary files is not really as good as you think; erase any trace from the hard drive and keep personal data and private information safe from hackers or other users."; fDesc[11] = "great way of accessing files and folders on your system. The developers have done a great job of advertising the product on the website, too. There are several video demonstrations that you can view."; fDesc[12] = "folders promptly and easily. Direct Folders ensures fast and direct access to your preferred folders and recent documents. Jump out to any profoundly nested folder with a single click."; fDesc[13] = ", Dr. Adams calls her with some very important news about a recent discovery. This amazing discovery is related with the Gates of Good and Evils, and you’ll have to go on incredible and diverse adventures in order to find the keys to the gates."; fDesc[14] = "important data. Advanced Privacy Cleaner will enable you to erase Internet history, Internet cookies, auto-complete data, auto-complete passwords, and also delete Microsoft Word recent files list, the list of images viewed by you, Windows Media Player recent files list, WinZIP recent files list and so on."; fDesc[15] = "applications that are installed currently on the system. Its key features include cleaning capabilities with: Windows Explorer to clean up recent documents, Run (Start Menu), Search Auto Complete, Explorer MRUs, Windows Applets: Recent List in Paint, and others."; 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 = '...'; } }