var fDesc=new Array(); fDesc[1] = "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[2] = "been here for a long time now. The game is just not what it used to be. So with Undercover, they tried to go back to its origins. The game now has cut-scenes and a plot. You are an undercover agent."; fDesc[3] = "takes a rather different approach than other applications. For starters, this is an open-source project, meaning that it is absolutely free and it accepts collaborations from anyone who wants to participate in the project."; fDesc[4] = "in the latest versions. The emulator is capable of running Playstation 2 games at decent frame rates and it emulates every single feature of the original PS2 console."; fDesc[5] = "but most of all, for long movies, all in high quality. It is fast and has a menu system which will appear even while you are playing"; fDesc[6] = "graphix and physics delivering a new experience for the long time Counterstrike fans. Began as an experiment, now is an experimented success. People from all around the world play it online via STEAM."; fDesc[7] = "to upload them for a long time. The program can also remove the photos after you have moved them to account and will save them to your hard drive."; fDesc[8] = "time. Don“t forget to keep your customers happy so they will give you bigger tips. Drive all kind of cars from different kind of customers. Enjoy this great game as you work on a parking lot."; fDesc[9] = "the three games is to collect as much money as we can, so that the money meter reaches the highest position and we move on to the next level. Each game features three levels of difficulties: easy, normal, and hard."; fDesc[10] = "racing cars. Plot: You will have to compete in long, intense and complex circuits bypassing all your rivals, and of course, you will pass through all the usual dangers of such games."; fDesc[11] = "software's caches. You simply select the software in the list, select what you want to clean and ClearProg does the job."; fDesc[12] = "in order to progress in the game. In this case, the scenarios will be represented by different rooms in the castle. You can see your current location at any time in the game map. There are some extra minigames included."; fDesc[13] = "invasion to take over the entire solar system! Journey to each planet and fight your way through to save the world (again)! One or two players."; fDesc[14] = "time, landing in random places. Now, to ensure her wedding goes off without a hitch, Jill herself must travel through time and work quickly to get herself and her guests back before the ceremony begins."; fDesc[15] = "long, long time ago, in a galaxy far away...\" That phrase alone gives me the goose bumps. The whole premise of the game is to fight a Chicken Invasion. Humanity has been killing chicken right and left for thousands of years."; fDesc[16] = "even flash SMS to many people at the same time. The financial investment required is very low and the method is highly effective making it the best tool for marketing."; fDesc[17] = "matter if you are listening to your favorite on-line radio, your audio CDs, or if you want to record your voice by using your microphone. With this versatile program you can do it easily."; fDesc[18] = "those long-waited games. Well, WildTangent game console is pretty much it. With an intuitive Multilanguage platform and a huge game database you will be able to play as long as you want any game you like."; fDesc[19] = "screen in rectangle, ellipse, window, control, menu and custom shapes. Any Screen Capture can take snapshots of DVD screens and games screen of full size also. You can take screenshots of auto scrolling windows of long pages like web pages or other documents."; fDesc[20] = "whole process is automatic, relying on the silences and long pauses that we find in spoken recordings. The process involves no re-encoding, thus preserving the original quality. This application has been designed to be accessible for blind and visually impaired users."; 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 = '...'; } }