var fDesc=new Array(); fDesc[1] = "color represents a god that will grant you with special power bonus each time you do 3 consecutive matches of it´s color. The game comes with four different modes and 4 different difficulty levels."; fDesc[2] = "media manager, you can now have the complete PC and TV experience. Whether you want to access your media files from the comfort of your living room, or complete digital media projects on your PC, Nero 8 Ultra Edition is all you need. Now, with more features than ever before, this powerful software can transform your digital photos into professional animated slideshows, backup all of your valuable data, manage and search your media files, edit video or photos, create DVDs (including menus), stream your files over a media server, and compress files to take on the go. Beginners and experts alike will be amazed by what one solution can do. Really, it’s that good."; fDesc[3] = "program you can create your own publications from scratch or use its predesigned templates and clip-art illustrations that you can modify according to your needs and likes."; fDesc[4] = "technology generation of virus recognition. Ad-Aware SE Personal protects your system against malicious programs, identifies and removes spyware and makes a fast scanning."; fDesc[5] = "with a fresh new look. Change the look and feel of your desktop icons with this amazing tool. This tool comprises a package of icons and is able to change or replace hundreds of icons on your Windows."; fDesc[6] = "three separate entries into the program's folder. These are the entries for each of the three modules included in the program: Music Converter, Batch Converter and CD Ripper. Every module has its own interface"; fDesc[7] = "Sims. The sixth expansion pack for The Sims 2, which is called The Sims 2: Bon Voyage, presents a similar topic to develop. Vacation introduced a new neighborhood, called Vacation Island, where the Sims may take vacations with members of their own family or with other Sims"; fDesc[8] = "for those Windows Media Player and Windows Movie Maker lovers. This MP3 converter will help you to save a lot of space in your hard drives."; fDesc[9] = "background images, grouped in categories. Has a Wizard Mode to speed up the process of creating and printing labels. The program includes graphics tools in order to modify the graphics to meet your needs. You can even import your own images from a scanner or digital camera."; fDesc[10] = "strategy game. Among other developments, this expansion includes 6 new civilizations, 10 new leaders of civilization, 8 new scenarios and new units and buildings."; fDesc[11] = "saturated your personal computer with spyware, publicity and unwanted software. Microsoft Windows Defender (actually known as Microsoft Windows Antispyware) is a security tool that helps protect you from spyware and other potentially unwanted software."; fDesc[12] = "Celebration expansions and a bonus DVD with tips and tricks. This is the pack you need to get if you are new to the Sims. But if you have other packs there is no new content you need in here."; fDesc[13] = "powerful as the Nuke. Pillow Fight: Direct damage on impact, with exploding feathers for splash damage. Sink and Swim: The enemy tank 'sinks' into a hole, as hail showers them from above."; fDesc[14] = "packs a punch. Collide-o-scope: Colorful, bouncing and homing chain of bullets. Neon Blast: Bright flashes of light confuse and damage the opponent."; fDesc[15] = "well with any kind of videos or pictures. But it is mainly suited for Pictures/video of the children, family events & memoirs. It is a 6-style variety pack that mixes mellow with over-the-top."; fDesc[16] = "the look of Windows Vista. It only works with English XP/2003, since in other languages the \"Start\" button might be misplaced. In order to install this Visual Style, you should install Uxtheme Multi-Patcher beforehand."; fDesc[17] = "transcode them, or put video back on DVD for different purposes, like for instance to get backups of your favorite DVD movies. Includes DVD Decrypter, VOBrator, VOBSplitter, DVD Shrink, and more."; fDesc[18] = "This style pack is best suited for photo slideshows, tributes or memoirs, romantic pictures/video. This style pack has 6 slick photo styles that bring any treasured memory to life with depth, color and motifs on frames."; fDesc[19] = "editing, so that you can preserve every moment. This style pack can be applied any kind of videos/pictures. This style pack works well with muvee autoProducer 5 and earlier, muveeNow (all versions) and muvee autoProducer unPlugged."; fDesc[20] = "objects for the game. This allows game masters to create new and original content. The pack is highly recommendable for everyone."; 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 = '...'; } }