var fDesc=new Array(); fDesc[1] = "Commander Sheppard, a soldier of the elite fleet of the Alliance of Systems (An organization that agglutinates all the old nations of the Earth)."; fDesc[2] = ", another race that attempts to exterminate the humankind. You will have to look for your enemies across the galaxy. Once you find them, you must challenge them to battle."; fDesc[3] = "fiction movies where \"computers\" ruled the world. One of those famous movies, Tron, featured spectacular battles of motorcyclists. GLtron is a game where you will find a kind of recreation of those amazing battles."; fDesc[4] = "characters are submerged in a futuristic sci-fi environment, although the objective remains the same: kill everything you find in your way."; fDesc[5] = "with many details about the books you have. This powerful application is a great solution for those who want to create and maintain a complete inventory perfectly organized and easily manageable."; fDesc[6] = "Battlestar Galactica already has, at last, a game in which you will be a pilot of the fighter fleet in its fight for survival against the Cylon."; fDesc[7] = "materials, simulations, interactive fiction, online multiplayer environments and more. Full tutorial included."; fDesc[8] = "have seen. Plot: In the future the mankind have to travel to another planet through different dimensions. The mankind find another kind of life in the universe but they are hostile."; fDesc[9] = "spacecraft in a futuristic atmosphere and in the middle of space battles. It is the year 8002 and there's a big empire called \"KROSSO\" divided into thousads of big colonies. You will have to face the powerful army of this empire."; fDesc[10] = "comprehensive toolbox suit which will facilitate the writing process by keeping all our project's bit and pieces handy and well organized. It gives us the opportunity to write not only books but essays, school and university projects, catalogs and many more."; fDesc[11] = "frustrate the Alien's plans to invade our planet. In order to accomplish your mission, you have to use the objects and weapons that you'll find along the way."; fDesc[12] = "often deal with large amounts of texts, to organize research articles, papers, fiction or non-fiction books, and everything related to writing."; fDesc[13] = "it to a new level. It has a high-quality voice morphing and ultra-quiet background suppression, this voice changer will transform your voice in online games and instant messaging into your favorite science fiction character."; fDesc[14] = "virtual planet-sized space ship’s environments and futuristic characters' personalities. Players are challenged to interact with the wave of change taking place on the Harbinger virtual space ship and to help overthrow the ruthless rulers."; fDesc[15] = "perfect name for their newly arrived little one, and also at creative writers who are looking for the perfect character name for their new fiction, etc."; 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 = '...'; } }