var fDesc=new Array(); fDesc[1] = "stars, galaxies, nebulae and planets. Its really cool to zoom through the sky, if you are interested in astronomy. This will be a great application for schools, especially when you consider that it is a freeware."; fDesc[2] = "Airbender which has just reached its highest rating. This massive online game, is a prequel to the story of the television show and gives players the ability to create their own customized Avatar character ."; fDesc[3] = "on right now. Weblin opens a new and exiting world on every web site. Get to know people having the same interests."; fDesc[4] = "part of his team on a World Tour, against Bam Margera, and help him to turn the virtual world into a skate park. In Tony Hawk’s Underground 2 players can choose to take on the role of one of 20 unique characters or play themselves."; fDesc[5] = "players to play in the World Series of Poker against world class players and win a championship bracelet for the $10,000 main event. In the game, players must put their poker skills to the ultimate test and compete against champions of the game in virtual tournament venues and locations"; fDesc[6] = "inconveniencies! Together, you and your new cuddly companion will encounter a world that’s fun to play in, explore and share."; fDesc[7] = "speedboats, yachts and seaplanes in races around the virtual world to win prizes and popularity and become the top racer in the league. With Powerboat GT players must win races, gain popularity for sponsorship or take on jobs, for cash."; fDesc[8] = "guiding him through solving puzzles and overcoming enemies in order to stop another character from unleashing evil on the virtual world. This game is based on the Evil Dead films."; fDesc[9] = ", scripts, and 3D graphics. The game has a special emphasis on adventures and on the free personality development of each player."; fDesc[10] = "easily clear your browser’s history, your browser’s cache,I mean, temporary internet files. It can also delete cookies of your browser. If you want, you can clear typed and visited URLs list. It can also clear the auto complete forms data and passwords."; fDesc[11] = "features nice 3D environments though the graphics look a bit old. It has been running for nearly 14 years and the amount of worlds it has is huge."; fDesc[12] = "tracks or play your favorite songs. The possibility to convert your track to a MIDI file gives you the opportunity to listen to it on any MIDI software and share it with your known’s and friends."; fDesc[13] = "the TurboFLOORPLAN Home & Interior 12.0. You get to build our house in virtual world and see for yourself. A versatile tool recommended for architects, hobbyists, illustrators, engineers, contractors, students, builders and educators."; fDesc[14] = "circuit as a new protégé who will play against the top poker players and qualify for the winner takes all, invitation only, Tournament of Champions at the Rio Resort in Las Vegas f"; fDesc[15] = "strings of digits make things happen, things like the internet, the virtual reality, the artificial intelligence and everything else."; 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 = '...'; } }