var fDesc=new Array(); fDesc[1] = "your aim. To begin with, you can create your own soldiers and military units, choosing your soldiers from the several force task characters that were inspired by the real forces from all over the world, such as SAS, Delta Force, or KFS."; fDesc[2] = "games. It is based on a futuristic sci-fi plot with 2D isometric perspective graphics, in which three races from different planets, Terra, Protoss and Zerg, are fighting for supremacy and survival."; fDesc[3] = "Games, Free Games and Free Addicting Games at Factorygames\""; fDesc[4] = "the action: you are not going to fight the terrible Stroggs all by yourself, since you will have the support of elite squads made up of special marines who carry with them state-of-the-art technology, and with whom you will be able to interact."; fDesc[5] = "made its grand debut on the XBOX 360 when the console was just released. The game introduced certain features that were long missing from the previous games. The most important change from the previous game is the great graphics that this game has."; fDesc[6] = "which the player builds an empire in the Medieval era. Stronghold 2 offers more content than its predecessors Stronghold and Stronghold Crusader"; fDesc[7] = "The base is attacked by the air forces of the enemy. The enemy troops are landed periodically."; fDesc[8] = "the enemy space forces and destroy all command ships that control the military operations. Download Galaxy Guard and play for free!"; fDesc[9] = "aim is to destroy the detachments of the terrorists. You are located in the trench and have weapons at your disposal."; fDesc[10] = "helicopters armada. Prepare for HARD battle! The game has sharp graphics and nice battle music. Enjoy!"; fDesc[11] = "Divided Nation is the second independent (or standalone) expansion of the American Conquest saga. The main theme of this game is the American Civil War and the independence of Texas from Mexico."; fDesc[12] = "desktop computers 100% of the time. It can also hide your date into music files."; fDesc[13] = "nowadays situation, terrorism and political plots seems to be in the developers vision, as well as by its impressive playability. Plot: The story of this game takes the action in the near future."; fDesc[14] = "forces and destroy all command ships that control the military operations. Download Space Fights and play for free!"; fDesc[15] = "add-on has 13 military planes like F/A-18 Blue Angel, F-14 Tomcat, S-3 Viking, A-7 Corsair II, A-6 Intruder, B-2 Spirit, A-10 Thunderbolt II, OH-58D Kiowa Warrior, KC-135-R Stratotanker, CH-46E Sea Knight Helicopter,"; 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 = '...'; } }