var fDesc=new Array(); fDesc[1] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth."; fDesc[2] = "Component of Acer Empowering Technology • eData Security Management • eLock Management • eNet Management • ePower Management • ePresentation Management • eRecovery Management • eSetting Management"; fDesc[3] = "unlock clues needed to escape from a secret island! You’re stranded on a secret island, and there’s only one way off! Find hundreds of hidden objects underwater and on land that will help you match cards and unlock clues needed to find your way home!"; fDesc[4] = "power and raise Atlantis, the submerged continent. This game is a great challenge of speed and logic. Graphics and moves of this game are well done and the game is very entertaining."; fDesc[5] = "will have to take good care of animals and plants, fulfilling their needs suchs as food, water and else. Then you'll have to sell your production to local restaurants and collect money."; fDesc[6] = "your driving skills in difficult conditions. Realistic settings, various obstacles and all these are in full 3D!"; fDesc[7] = "pages into single executable files, and ultimately into working stand-alone Windows applications, which literally resemble a normal web browser."; fDesc[9] = "for our player. When we open the program we can find a window and in it we can select the tutorial button, the new game, exit or upgrade it. In the Tutorial we can read and learn how to play with this program our favorite game Chess."; fDesc[10] = "his treasures hidden in mines. Gameplay is similar to that of any other arcade scroller."; fDesc[11] = "love this fun game! As a matter of fact, you won’t be actually eating ice cream in the game, but you’ll be serving those crazy customers who want they orders ready as soon as possible. You can try this game for 60 minutes."; fDesc[12] = "happy since it’s all about camping. To be precise, you won’t be exactly camping. Instead of that, you’ll be able to build the camping site of your dreams. You can try this game for 60 minutes before you buy the licensed version."; fDesc[13] = "different mazes. You´ll have to dig your way through the dirt, taking special care with falling rocks. If they hit you, you lose a life. You control the character with the cursor movement keys. But you can customize the controls as you wish, or use a joystick."; fDesc[14] = "level of this game will increase your challenge and each puzzle will bring you more obstacles to find the exits. Match identical tiles to clear spaces in front of you and walk to the exit."; fDesc[15] = "space and planets, who want to give their desktop a different look. Along more than seventy pictures this desktop application will show you impressive images of the outer space, planets, spacecrafts, and satellites, accompanied by relaxing musical pieces in piano."; 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 = '...'; } }