var fDesc=new Array(); fDesc[1] = "just in beta version. This program-client provides access to the music online shop Nokia Music Store, lets you organize, discover and download music, create playlists and then copy it to mobile device."; fDesc[2] = "complete features one-click integration with Microsoft Office products. PDF complete works with Office 2007, 2003, 2002, and 2000 and supports Windows XP, Windows Vista, Windows 2000, and Windows 2003."; fDesc[3] = "ancient manuscript proclaims: “Align the relics you can see, across or down in groups of three. Turn all squares to solid gold, the path to riches will soon unfold”, and that’s pretty much what you have to do in the game."; fDesc[5] = "solitaire with inlay puzzle fun. Watch beautiful vistas subtly change as you progress in this perfectly harmonious union of two all-time classics!"; fDesc[6] = "like Bridge, Hearts and Gin Runny to family games like Crazy Eights and Old Maid. It also includes fifty different Solitaire games. Many of the games can be played with Hoyle computer players, and some games can be played with several people in front of your computer."; fDesc[7] = "graphics and sound effects, bonus items, teleports and offscreen tunnels."; fDesc[8] = "Games and Hoyle Board Games. Bend your mind around 18 challenging puzzle games, from crosswords to word searches. Then test your skill at dozen board favorites. They’re two great titles for one great price, with all the quality and fun you’ve come to expect from Hoyle!"; fDesc[9] = "record reminders, allowing for the creation dates and notes with alarm to remind an appointment, meeting or what you need to remember."; fDesc[10] = "strategic ability and give you entertainment with a space war against Cosmo Bots. Destroy your enemies and complete the task of covering as much space as you can from the screen board. Each level of the game will bring you new adventures and difficult challenges."; fDesc[11] = "the intense emotion of large sum stakes directly from Las Vegas. Being a single compendium of Casino games for Windows operating system PC, this title is designed to catch the interest of a wide range of players."; fDesc[12] = "Pachisi and many more."; fDesc[13] = "computer, Solitaire For Dummies is your ticket to the perfect stack of cards. Master each game to build up your meter to obtain a new bronze, silver, or gold star!"; fDesc[14] = "of the best rFactor mods out there, with beautiful cars and tracks, this is one you must have in your mod library."; fDesc[15] = "skills against the state of the art computer player. Choose the game difficulty you want out of five levels."; 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 = '...'; } }