var fDesc=new Array(); fDesc[1] = "airplanes, the improvement of the multiplayer support , including the possibility of two players flying a single airplane, and the occupation of the control tower. The 11.0 version brings some improvements and enhancements to the already successful flight simulator."; fDesc[2] = "4 unique tanks of action-puzzle adventure!"; fDesc[3] = "version brings improvements in the motor of handling of images (ISO, NRG, etc…) new languages available, and neat errors of the interface. In addition now it comes frees of adware (Publicity), that is not little."; fDesc[4] = "taking care of a farm. Enjoy this challenging and fast game where you grow tomatoes, roses, cucumbers, melons and you produce milk and other products from cows, pigs and sheep."; fDesc[5] = "Calypso, to which new players arrive. The game features an innovative concept of linking real-life currency with the in-game currency, effectively creating a game with a cash economy. It is an innovative concept and is well done."; fDesc[6] = "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[7] = "second part, they created a virtual finance world in which they integrated a more realistic life, where more variables have been introduced to the game"; fDesc[8] = "from 3 European cities: London, Paris or Berlin. Playing in the Scenario Mode you will need to face a series of different challenges. In the Box mode, you´ll just have to build your mall."; fDesc[9] = "specify whether that drive needs to be SCSI or IDE! The program is very easy to use. and gives a simple interface. We can create images of disks, load them in the virtual disk, with some emulations like Laserlock & Securom, or burn the disks."; fDesc[10] = "include few file converter, especially video files; 3gp File players as well as game software. One of their game products is World Cup Manager 2006. World Cup Manager 2006 is created based on the 2006 Germany world cup and all the teams, player, team managers"; fDesc[11] = "universe, control solar systems, stars, various celestial bodies, black holes, etc. and to explore outer space and celestial bodies, and control their behavior. This software includes our entire solar system, and the closest 100 stars and our local galaxy group."; fDesc[12] = "your puppy to sit, scare, pounce, etc. You have to feed, clean, sleep, health, make happy, etc. You can reward your puppy with a treat after each trick, buy clothes and dress up your puppies, zoom in, zoom out, tilt and rotate in real 3D."; fDesc[13] = "Users are presented with a smart, black interface that is simple and intuitive with a wizard style menu. Mercury Audio Player supports freeform skins so that users can have the look of player that they would prefer."; fDesc[14] = "any or all of the eleven different plants available at the bottom of the window. There are star daisy, iris, violet, buttercup, daisy, day lily, maiden grass, sunflower, lily of the valley, jonquil, and tulip."; fDesc[15] = "Windows’ operating systems that enables users to take a virtual driving course and test in simulated European country’s cities, motorways, and country sides"; 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 = '...'; } }