var fDesc=new Array(); fDesc[1] = "ever known in a browser. The only disadvantage I found is that Safari lacks any advanced security settings. You can block third-party cookies and some Web scripts, but you can't enter specific Web sites from which to accept or reject cookies."; fDesc[2] = "browser, to read documents and emails offline. At the begining Gears only implemented Google Reader, but now Gmail is in progress and it is expected that in the near future it will be extended to other applications such as Google Docs or Google Calendar."; fDesc[3] = "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[4] = "and WAV files. You can switch from MP3 to WAV (and vice-versa) any time, or perform all your tasks without leaving the MP3 format, cutting full sections and adding fade-in and fade-out effects to your MP3 files without transcoding them, thus minimizing any loss of sound quality."; fDesc[5] = "tracks that certain hardware devices leave when you uninstall them. When you remove a video card, for example, and you don't uninstall the drivers and install the drivers of the new one, you are leaving junk behind that can potentially take a toll on your systems performance."; fDesc[6] = "are stored in a single text-based ini file. The information is shown in yellow rectangular windows. Once you´ve take som note on them, they will stay on screen (even after reboots) until you take them away, just like a post-it."; fDesc[7] = "will be able to enjoy the pictures of many flags from around the world. Install this Flag 3D Screensaver to show your love for your country, its history and its people!"; fDesc[8] = "developer’s website. It is possible to try for free the downloadable demo version for 14 days. In fact we can play only for 7 days, leaving the rest for warming up. Most of the features are only available for the registered version."; fDesc[9] = "Realms. In this game, we will take control of a Cherokee called Domasi Tawodi to fight a number of alien races. The game will include innovative styles of gameplay and some new elements as \"Wall Walking\"."; fDesc[10] = "of two parts: a client and a server. The server part should be installed on the computer to be controlled. The program protects itself with a password, and it encrypts all the packets transferred so that they cannot be intercepted or recorded."; fDesc[11] = "applications combine several tools in one, but you have to work each of them individually to get the results that you expect. Most of the times those applications do what they are asked to."; fDesc[12] = "care of your children, find shelter, etc. At the beginning of the game you can customize the wolf you will impersonate, by choosing a hair color."; fDesc[13] = "TriPeaks can be played in two different modes, normal and hard. Power up cards will help you get to the next level, but use them wisely, as they are limited. Every level has a different challenge and a different look."; fDesc[14] = "leaving a trace. Besides, it has many other functions that could be very useful for you. For example, you will be able to edit the name of entry of a specific program, or explorer where the application folder is, etc."; fDesc[15] = "You will save hours or possibly days of work setting up your new machine, with no risk of leaving data behind."; 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 = '...'; } }