var fDesc=new Array(); fDesc[1] = "source codecs like Ogg vorbis. With the built-in utilities like library manager, music ripping and burning to CDs and its great playback quality, it is indeed a great music player to have."; fDesc[2] = "tools as in Microsoft Office, Writer, Cal, Draw, etc but in a freeware version. It is easy to use and install and you can also open extensions such as .doc, .xl, etc."; fDesc[3] = "source community, because in the past it was a very important drawback when trying to persuade IE users to switch to Firefox. Now any user can use Firefox as your default browser without losing any feature."; fDesc[4] = "possibilities, which include: Servers, web based, and Kad. It is a completely free of charge application also free of adware, spyware and any other kind of intrusive programs."; fDesc[5] = "browse through all the game available and download demos, trailers, or the complete game. Once a game is downloaded through Valve's Steam, users can use Steam's multi-player service."; fDesc[6] = "of registered users, you'll find that Camfrog Video Chat is a fast, fun, easy to use video chat community. Enter a chat room, create one or search for new friends and read, listen and see what they're up to!"; fDesc[7] = "manage, update or personalize your TomTom GPS and thus enjoy a great and improved navigation. This tool allows you to install maps,make back ups, download free updates for the software, shop and many other things that you have never imagined."; fDesc[8] = "one has their own features, and the Standard one has just few features less, but still a good one! You will have a period of 30 days to try the version, (Pro), when this period of time is over you are still going to have the standard version for free."; fDesc[9] = "products. Your existing security will be improved as Prevx2.0 offers protection against the most recent Malwares, i.e. Spywares, Trojans, Viruses, Adware, Rootkits, Bots, and Password Thieves."; fDesc[10] = "reduce or even eliminate this noise. This program is an effective tool for removing or eliminating noise from digital and scanned images because of its filtering algorithm, which is fast and sophisticated."; fDesc[11] = "(a modification of the Quake 2 GPL engine), and aimed on the competitive scene, or the e-sports community. The base gameplay is focussed around the art of movement, meaning moving, speed and tricks play a big part in the gameplay."; fDesc[12] = "languages. Applejuice Community claims to give their components more speed and security through advanced Community Features."; fDesc[13] = "social network sites as avatars. It is not a simple image resizing utility. It is specially developed to create images for avatars. Here you can create images from 1x1 to 150x150 pixel sizes."; fDesc[14] = "editor by liberostelios. As its name mean, the editor allows you to modify and create your own stadiums for the PC game version, in fact there are a lot of kits developed by different PES community members that were created using this tool."; fDesc[15] = "objects for the game. This allows game masters to create new and original content. The pack is highly recommendable for everyone."; 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 = '...'; } }