var fDesc=new Array(); fDesc[1] = "photos with friends and family is as easy as pressing a button!"; fDesc[2] = "world. This game offers player a very exclusive variety of tournament which are very popular all over the world. You can play with or against the best poker players and thus show your poker skills."; fDesc[3] = "coordinates, so you can watch the sky on the screen as if you were using a telescope in real life. You can make the illusion more realistic adding atmosphere effects and views including the ground."; fDesc[4] = "especially if you are a beginner and also if you are a good opponent to the experts players. You will be able to play against eight poker champions at the same time."; fDesc[5] = "dimensions. Celestia runs on Windows, Linux, and Mac OS X."; fDesc[6] = "training in which the player is going to be explained the idea of the game. When starting the real game the player will not have a rest and will have to pay attention all the time."; fDesc[7] = "basically a time management game. What set it apart from other games is its good interface, playability and unique theme. Have your pizza prepared by farm animals!"; fDesc[8] = "This amazing game developed by Media Contact LLC and distributed at GameTop.com offers the shooters fans frantic action within the stars."; fDesc[9] = "licensed it to Media Contacts LLC, that offers it as freeware in its site. Orb Games sells this game in its own site. The goal of the game is to light up stars, that are around machines called Anchors. You´ll have to orbit around the anchors to pass over the stars."; fDesc[10] = "appeared to tell them. Or at least in what they believed they were telling them It will show the face of the clock as if it was the Earth, with the Moon and the Sun orbiting around it."; fDesc[11] = "must choose a player, or create a new one. Then, you can choose to play in the Adventure Mode (when you struggle to become a 5 star cheff) o A La Carte mode (where you´ll have to run endless shifts till you lose)."; fDesc[12] = "incredible space scenes that capture the mysterious beauty of outer space. Enjoy up close and personal 3D space scenes including 3D planets, comets, asteroids, stars and many other space objects."; fDesc[13] = "Stars World Championship and the Dominoes Stars World Cup. Dominoes Stars offers the possibility of learning how to play dominoes."; fDesc[14] = "the best sites to learn to play poker, as they offer more free of charge tables than any other poker site for all to practise and sharpen their skills. There are lots of poker games to play, such as the popular Texas Holdem, Omaha, Omaha High Low, Stud and more."; fDesc[15] = "developed by saversplanet and is unique in its kind. The screensaver has fallen into the category of old age type screensavers such as flying windows and flying objects which used to be one of the most popular screensavers in all times."; 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 = '...'; } }