var fDesc=new Array(); fDesc[1] = "physics algorithms which require amounts of simultaneous mathematical and logical calculations to make a simple game display. This is where NVIDIA PhysX Technology comes in."; fDesc[2] = "powerful proccesors for real time gaming. AGEIA PhysX 8.0 is a free and unique physics engine for all GeForce 8-series, 9-series and 200-series GPUs, bringing an innovative experience when playing the latest games."; fDesc[3] = "need to tune NVIDIA GPU based display adapters. Advanced tuning features such as driver-level Direct3D / OpenGL and system tuning, flexible profiling system allowing to make custom settings on per-application basis etc. are included."; fDesc[4] = "can arrest people, is online and there are opponents that are very difficult, you can make almost real missions, in which one holds four companions to fight the enemies"; fDesc[5] = "game. The idea beneath the game is that Eveline the Wise will have many questions for you, and you’ll have to answer them all by solving different puzzle games. The Realms of Etheria is the scenario of the story."; fDesc[6] = "The ultimate mother of all Windows tweaking utilities for Windows 95/98/NT/2000/Millenni um. It has more tweaks than TweakUI and TweakAll combined and is safer and more secure, and has many new features and abilities. Here are just a few of the latest..."; fDesc[7] = "challenge. This game is very well designed to entertain and capture your attention solving tasks and mysteries. This game brings you different challenges. In each episode you will find new and different tasks."; fDesc[8] = "The game story tells that in the deepest darkest jungle lies an abandoned temple. The players must lead Crazy Chicken (the game main character) inside, and travel deep underground to find the elusive Jewel of Darkness."; fDesc[9] = "beautiful but at the same time, it has a very eerie look. You will see the castle standing proudly in the middle of a forest, bathed by the moonlight."; fDesc[10] = "type of navigation vehicle is powered and steered by a jet of water created by a powerful turbine.You have to complete a course as fast as you can while navigating through buoys, and taking very good care not to miss one."; fDesc[11] = "a single player game. It can run on both Windows and Mac systems. Your role in the game is that of a faction leader whose faction also competes with other factions in the city for taking control of Jorvik. Not everything in the game is war; there is also diplomacy and trade."; fDesc[12] = "hottest chick around by winning every race within the Hot Chix championship. If you don't fancy your chances in the championship just yet, you can practice the tracks using the time trial mode."; fDesc[13] = "entertainment. Not only the name is shocking and complete but the game itself is too. Starting from the interface with a high-tech look and the load and exciting music, everything gets along very well in this war game."; 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 = '...'; } }