var fDesc=new Array(); fDesc[1] = "right on the computer. The program features: zoom in and out, 360 degrees rotation of the view, bricks connections between each other and rotation, etc."; fDesc[2] = "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[4] = "hard not to compare the game with Legos, though it doesn't have the license it does have the fun. It is an excellent choice of game for those young builders out there."; 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] = "programming environment is completely graphical. Games created with this software are built through elements that you can drag and paste as if they were LEGO pieces. Thus, creating a small program is a simple and fun process."; fDesc[8] = "the Dynamic Duo. The story takes place in Gotham city as the criminal masterminds locked up in Arkham Asylum have broken loose and Batman and Robin have to save the day."; fDesc[10] = "loaded with the classic punches with the same classical aesthetic, but the story has nothing to do with the early TV show."; fDesc[13] = "non-linear game with a first person perspective; it features a series of missions including pizza delivery, jet ski racing, and putting \"Brickster\" back in jail."; fDesc[14] = "move and bring color to gray and bored people. You will find different kind of people in this game like bored, security and stressed people."; fDesc[15] = "this game you have to stock your inventory, make your boutique succeed, get clients, and create and design nice looking accessories to sell them on your store to very selective customers."; 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 = '...'; } }