var fDesc=new Array(); fDesc[1] = "purpose of this application is to create 3D texts quickly, easily and economically. If you use this application to create 3D text then you will not required to purchase costly high-end software applications which you may required to learn and gain expertise skill to use those software applications."; fDesc[2] = "awesome firepower to its target. You alone are the hope of a nation. It won't be easy - varying landscapes, the darkness of night, and mighty defenses lie ahead."; fDesc[3] = "is only one basic and simple rule and is to place one card next to the other with a value of one less or one greater, neverminding the suit. It's a game very easy to learn, you'll be playing cards in no time, but you will find yourself trapped for hours mastering the game."; fDesc[4] = "can brighten up your face, make it small or large, etc. It can whiten teeth and eyes, remove the spots on the faces, and even remove the wrinkles. The output image quality is really great."; fDesc[5] = "choice suitable for all ages what makes it ideal for the whole family. Ultimate Dominoes presents five classic domino game variations, from easy to hard, thought to suit beginners and experienced players as well, so you can set the options to suit your skill level."; fDesc[6] = "bonuses will help you win and various difficulty levels will help you improve, participate in tournaments and win the grand prix."; fDesc[7] = "and practical lessons in order to perfect your typing skills; it doesn't matter if you are a beginner or an expert typist, a child or an adult, with this program for the whole family, everybody will enjoy and learn to type in a faster way."; fDesc[8] = "via LAN or Internet providing endless re-playability. * New multiplayer features, including customizable squad colors, banners, badges, insignia and names, and the ability to ally with other players."; fDesc[9] = "the #1 series*! Select your favorite classic Mahjongg game, or learn a new variation. Challenge Yourself With Creative Tile Layouts. Test your skill and try your patience with fun 3D Mahjongg layouts, or create your own with the Layout Editor!"; fDesc[10] = "RuneScape players because it gathers and brings together all RuneScape related resources. This is incredibly convenient for RuneScape players since they’ll see significantly simplified their gaming activities."; fDesc[11] = "interfaces for different age groups and abilities. There are over 221 lessons and 103 custom lessons included in the Mavis Beacon Teaches Typing Deluxe 17.0 program and ergonomic evaluation videos are included."; fDesc[12] = "Quest Software's Toad for MySQL leverages Quest Software's database expertise to empower MySQL developers and administrators, of varying skill levels."; fDesc[13] = "and accuracy, and is targeted at beginners and those with some experience alike. This free program is extremely easy to use and includes exercises for all levels of skill."; fDesc[14] = "photo editing softwares. It presently support Adobe Photoshop, Adobe Photoshop Elements, Corel Paint Shop Pro, Macromedia Fireworks etc. it actually remove the unwanted part of an image...."; fDesc[15] = "be a complete castle to be explored, guarded by Knights of the True Horn. There is a secret treasure for the player to be found and a combat trainer to have some practice. The castle can be re-furnished and the Armorer skill can be enhanced."; fDesc[16] = "take your pick, and many other cool things. Take part in the Web-contest for top players. Great 3d graphics."; fDesc[17] = "of three or more bricks of the same color - they will disappear. There are three game modes, three skill levels and bonuses. Online and download."; fDesc[18] = "game with four game modes and four skill levels. Enjoy improved graphics with lots of new features all your free time."; fDesc[19] = "away from your favorite pub! Play seven of the most popular dart games with friends or 48 computer opponents at different skill levels."; fDesc[20] = "player to see all possible moves at a single glance thus improving strategy."; 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 = '...'; } }