var fDesc=new Array(); fDesc[1] = "two clicks. You can search for a video in all of these portals and see the search results in the same window. Use advanced search to simplify your search by choosing a category like, animation, cars, music, sports, travel, video games, animals, science and other."; fDesc[2] = "improvement of the game predecessor Star Wars: Battlefront. This game adds all the new elements of the last film of the saga, Episode III"; 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] = "Traveller's Tales and Amaze Entertainment and published by Lucas Arts and TT Games. It is based on Episode IV, V and VI of the Star Wars film saga"; fDesc[5] = ", there is a lot more than LEGO-created characters and environments to it. This game divides the three Indiana Jones movies into 6 chapters each, so it is like playing through the movies all over again."; fDesc[6] = "side of the force, being a droid, clone or rebel. Battlefront transports us to different battlefields of the saga of George Lucas film scenarios. The graphics are great and the voices of the characters are realistic.You can also play in multiplayer mode."; fDesc[7] = "introduced the corrupts, better known as the Zann Consortium, a faction leaded by a strange, dark and twisted character named Tyber Zann."; fDesc[8] = "play the role of a Jedi Knight who is challenged with leading a group of freedom fighters across the galaxy and whose actions will influence the outcome of a simulated galactic war."; fDesc[9] = "Bejeweled series. The play is located in the era of the Aztec culture and the player should form groups of 3 or more balls of the same color around a trail, before the balls arrive at the Skull, the point at which they disappear."; fDesc[10] = "between the rebellions and the empire, which is based on the Star Wars: Return of the Jedi film. Players should fight against TIE Fighters, Star Destroyers, TIE Interceptors, and finally, Executor – a Super Star Destroyer"; fDesc[11] = "of Luke, in the driving seat, to destroy a death star with 30 rebel ships in the Battle of Yavin, which is based on the Star Wars film."; fDesc[12] = "universe. In the hands of Sony Online Entertainment and Lucas Arts Entertainment this title was launched reaping a quick success. Since Ultima Online there has not been launched a single MMORPG that offers that much potential and social freedom."; fDesc[13] = "saga of George Lucas every time you turn on your computer. It will show you the scenes that made these movies famous. You will be able to see Luke Skywalker and all the other characters engaging in fights and flying the well-known spaceships."; fDesc[14] = "package you will experience the complete game with “An Empire Divided” and all the expansions like Jump to Lightspeed, Rage of the Wookiees and the Trials of Obi-Wan."; fDesc[15] = "will definitely appreciate the outstanding graphics and the enchanting space scenery with fascinating special effects."; 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 = '...'; } }