var fDesc=new Array(); fDesc[1] = "videos and photos; enabling the user to add titles, transitions, music, and special effects. The work done can be saved on DVD or be uploaded to the web."; fDesc[2] = "standard for the future of RTS gaming once more, C&C 3 takes you back to where it all began—the Tiberium Universe. Published by Electronic Arts Inc."; fDesc[3] = "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[4] = "the moment and includes the Fiorano, the Scaglietti and the 430 Scuderia. It has good graphics and options. A good, fun choice for Ferrari fans."; fDesc[5] = "gives you a fantastic plot set in medieval times in a vast region divided between a corner of shadows beneath the earth and a splendid sunlight place. In this amazing game, you will enter the two worlds."; fDesc[6] = "Activision. This new version of Day of Defeat, is set on the fight in the European Theater during World War II, it uses the acclaimed Source engine, and it is very much realist game, it features better graphics and sounds, and above all great physics."; fDesc[7] = "unrivalled gameplay, Snooker147 is the ultimate top-down Snooker simulation for Win95/NT. (Poolster is the pool variant.) In ad..."; fDesc[8] = "your own pictures and add 3D texts and shapes. Output may be exported as GIF, AVI, JPEG, ICO, PNG or BMP clips and images."; fDesc[9] = "time-travel to her earliest childhood, there she has to discover all her lost toys. You will find that each level is alive with motion. It's very funny, you will realize that once you recover a toy it will start dancing or talking, you will also have the chance to settle it down."; fDesc[10] = "Game. Just to give an idea, take into account that the game has seventy two levels to play. The whole game is designed to make you feel as you were inside a Disneyland motion picture, with the fable characters, the touching music and the fantastic adventures to live."; fDesc[11] = "story which makes the game more attractive. The game includes three game modes: Ancient Tales mode, which allows you to solve wonderful Mahjong puzzles as you are told five dramatically narrated traditional Chinese tales..."; fDesc[12] = "impressive animation for your websites or for other purposes. Presently it support only BMP and JPG image formats as an input image files. But for output it support Flash SWF and AVI video format including GIF file format."; fDesc[13] = "by controlling a battle tank and taking turns at aiming and firing at each other. Good graphics, various types of weapons along with multiplayer ability promises a compelling gameplay. The small install size makes it ideal for an overwhelming gaming experience even on a PDA. ."; fDesc[14] = "loopsin next to no time! It features an easy to use keyframe animation system ideal for making seamless video loops!"; fDesc[15] = "classical vector drawing tools, you can create stunning graphics with the power of these tools, including \"Freehand\", \"Curve\",\"Shape\", \"Spline\",\"Contour\", and in-place text editor. Liveswif is a typical key-frame based animation system. Bases on the capability of drawing tools, it provides path motion and transform motion tool to produce animation. Just setting new position, angle, size or color in key frames, Liveswif will blend the in-between frames automatically. Liveswif supports Flash 5 action script, that means you can create interactive animations. The setup package contains 500 library components. This is lite version, It is freeware, but no action script support. The lite version may be freely distributed provided that it is not modified. you must include all files in the original distribution."; fDesc[16] = "paint. Using this program you will be able to customize any image stored in your drives adding colors, textures, text boxes, lights, transparencies, bevels, shadows and effects."; fDesc[18] = "screen saver is jammed pack with features such as weather, e-mail notification, dynamic wallpaper, atomic time, motion blur, and emitters."; fDesc[19] = "Corporation. AGEIA PhysX as the name indicate, is used to control or helps to easily render 3D which require a realistic motion. AGEIA PhysX Engines are software components that helps mange settings, do tests on your graphic card."; fDesc[20] = "entire playfield. The next level will be more difficult. The demo version will contain a small selection of the content from the full 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 = '...'; } }