var fDesc=new Array(); fDesc[1] = "saga, in this case, you are going back to the ancient Persia. Like in the other games you will climb walls, jump, and do all kind of incredible movements."; fDesc[2] = ", cinematic way to discover the web. This plugin actually converts your Internet Explorer window into a 3D Wall and it lets you browse a large number of pictures & videos with ease and speed."; fDesc[3] = "its spectacular visual finish, which was built on the basis of the Essence engine. This game engine enables us to appreciate the battle from every angle imaginable with an amazing quality."; fDesc[4] = "a lot, and easily. In this case, the game has little to nothing to do with the Tom Clancy world. You are given hints that you are indeed in the timeline portrayed in several other TC games, but that is it."; fDesc[5] = "horror masterpiece game can be also classified as a co-operative, survival horror action game, it is based on the same Source graphics engine of Counter-Strike and it is to be run on Windows operative system based PCs."; fDesc[6] = "into an army capable of annihilating the Allies once and for all. Battling alone, you're on an intense mission to pierce the black heart of the Third Reich and stop Himmler -- or die trying. Fighting in advanced team-based multiplayer mode, you'll wage your own WWII in an all-out Axis vs. Allies contest for frontline domination. Powered by the Quake III Arena engine, the Wolfenstein universe explodes with the kind of epic environments, A.I., firepower and cinematic effects that only a game created by true masters can deliver. The dark reich's closing in. The time to act is now. Evil prevails when good men do nothing."; fDesc[7] = "Entertainment, produced by 3D Realms and published by Gathering of Developers The development of the gameplay is through levels or stages, with cinematic sequences interruptions in which the player does not intervene and just watches the action."; fDesc[8] = "somewhat failed US intervention in Somalia. There is a movie about that conflict, too. Just like the movie, the game features intense firefights and a bunch of cinematic scenes that will thrill you. Well, at least they did for me."; fDesc[9] = "excellent effects and it seems as if you were flying just a few feet above the surface of the ocean as the waves were slowly rocking. Also, the view changes constantly, so it doesn't become boring."; fDesc[10] = ", shooting your weapons to defeat your enemy´s hordes, that will keep coming towards you firing all the time. Destroying spaceships and enemy facilities will get some power-ups to you, like extra lives, fuel and weapons."; fDesc[11] = "displayed from different camera angles in true 3D. The wonderful thing about it is that it changes constantly, making a marvelous panorama."; fDesc[13] = "views all planets of our solar system on your desktop. You can set different cameras to view whole solar system. Included is also an informative mode which makes you able to see more details about all planets. Optional is also an arrangement of planets relative or realistic orbit with lovely background music. 3D Solar System screensaver supports multiple monitors. You can even set your own MP3 as a custom soundtrack and many more features... Benefits As a registered customer: No nag-screens No time limit All features will be enabled Technical support via e-mail All future upgrades for free Ordering is RISK-FREE! We offer a full 10-day money back guarantee!"; fDesc[14] = "end, star explodes and for a while becomes a supernova. Near the black hole are also planets,asteroids"; fDesc[15] = ", while listening to lovely background music.Voyager is placed in far three star system among beautiful nebulas,stars,new planets,asteroids."; 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 = '...'; } }