var fDesc=new Array(); fDesc[1] = "The game includes wonderful 3D graphics and great sound effects and music. It includes multiple interesting courses to choose from and an editor that allows you to create your own courses."; fDesc[2] = "Classic, Twisted or Mixed Course (9 holes). You control the view of the green moving your mouse, this enables you to aim the swing. You can shoot pressing the left button of the mouse, the more you press the button, the harder the strike."; fDesc[3] = "easily deploy client agent service to remote machines. It provides you with a wide range of features like support for multiple monitor environments, shared sessions, interactive smart card login, remote smart card authentication and many more."; fDesc[4] = "crazy obstacles,moving ramps, and warp zones add to the fun."; fDesc[5] = "yourself searching for hidden items in a beautiful island. Organize the place and solve the Mystery of Island of Hope."; fDesc[6] = "program creates a partition protected with the standard 256-bit AES available only with the password that you choose. Rohos Mini Drive shows in Windows Explorer, a new unit where you can put all your files."; fDesc[8] = "you can choose from. The map is easy to navigate using your arrow keys and your mouse, and you just move your mouse around the ball to aim and press the left mouse button to hit the ball."; fDesc[9] = "you will be enchanted with this cool music manager. Teen Spirit is a complete music manager that will help you to have all your music files (MP3, wma, ogg, etc) perfectly categorized in the ways you always wanted."; fDesc[10] = "and covers. It allows you to print your labels in the most popular CD printers, like EPSON, Canon, Microboards, Primera, and Rimage. You can save your designs in BMP, GIF, JPG, JPEG, and PNG."; fDesc[11] = "formats into MP3 format"; fDesc[12] = "Memory Match, Shadow Shapes, Perfect Pairs, Which Is More, Find New Image, Copy Cat, Color Match and more. The indicated link will download an installer, that will retrieve the rest of the game from Internet."; fDesc[13] = "shipwrecked people, a man and a woman. They find themselves in an island and they have to carry out several tasks in order to survive and then escape from the island."; fDesc[14] = "lengths, and many other factors related to both powdered iron and ferrite toroids. The program will also enable you to calculate parameters for air wound coils used in the construction of linear amplifiers, low pass filters and antenna matching units."; fDesc[15] = "is a young woman in the babysitting business who’s obviously not afraid of monsters, since the special thing of her business is that she takes care of baby monsters instead of baby humans."; 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 = '...'; } }