var fDesc=new Array(); fDesc[1] = "realism! Theses fish are actual 3D Models, not flat images dragged accross the screen."; 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] = "universe of Star Wars movies. The game tells the story from the times when the Galactic Republic falls to the destruction of the Death Star (Episode III and Episode IV)."; fDesc[4] = "Lionheart, in front of the legions of Europe, or the elusive Saladin, leading the Arab army, you will be able to face a bloody war for the sole purpose of conquering the enemy stronghold."; fDesc[5] = ", shopping centers, etc., and see how population grows. But remember, the bigger the population, the bigger the challenge you will have to face."; fDesc[6] = "many cities and information about their population and country names. The position of the cities shown corresponds to the real coordinates. You are able to add your favorite cities to the map, as well as eliminate the included cities and leave only the added ones."; fDesc[7] = "After you get familiar with the game, you will have to houses and camps to accommodate your growing population, while gold mines, lumberyards, and farms can help speed up your resource collection."; fDesc[8] = "population and the current weather anywhere on earth."; fDesc[9] = "future where the traditional sports have been replaced by more violent and aggressive entertainments to keep the world's population busy and entertained."; fDesc[10] = "free the population of the planet. Well-equipped detachments of enemies spaceships stand in your way."; fDesc[11] = "your LAN population, connect two LAN's together across the Internet, and take remote control of whatever it finds. Its interface is not really attractive and looks rather old, but the program is really intuitive and easy to use."; fDesc[12] = "population of the planet. Well-equipped detachments of enemies spaceships stand in your way."; fDesc[13] = "grew in number. Thousands of Free Online Games, Free Flash Games, Free Games and Free Addicting Games at Factorygames\""; fDesc[14] = ", unusual fluctuations"; fDesc[15] = "Free Online Games, Free Flash Games, Free Games and Free Addicting Games at Factorygames\""; 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 = '...'; } }