var fDesc=new Array(); fDesc[1] = "pretty fast way. Besides, it uses a minimal amount of resources of your system in comparison to other programs of this type."; fDesc[2] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur ."; fDesc[3] = "trips and preparing holidays for the Sims. The expansion offers three different destinies in which the Sims can spend some days far away from their houses of their work, on holidays"; fDesc[4] = "with. This updating adds furniture, outfits and objects to The Sims 2. However, although the objects, which include new themed bedroom sets and some decorative objects, are interesting enough, they do not provide any real new functionality to the game."; fDesc[5] = "women. The pack adds songs by Jibbs, Keke Palmer, Kevin Michael, and NLT to the Pop and Hip Hop stations. The \"stuff pack\" also comes with three pre-made H&M stores."; fDesc[6] = "includes many improved and enhanced features. However, there can be some behavioral changes as this new release includes certain functionalities that differ from the previous versions. The latest update for Microsoft Visual FoxPro 9.0 is Service Pack 2 which is free."; fDesc[7] = "first stand-alone expansion pack launched for the fifth installment of the game. This expansion should not be missed by any fan of this amazing strategy saga."; fDesc[8] = "perform different actions with your DVDs. When downloading or buying this software, you will get access to four different programs: Aimersoft Video Converter, Aimersoft Audio Converter, Aimersoft DVD ripper and Aimersoft DVD creator."; fDesc[9] = "blue, gray and pink to cover all tastes. It also changes the home screen of the system, screen savers and some sources, and installed a few applications, such as ViOrb, TaskSwitchXP and Rebic, necessary for its operation"; fDesc[10] = "system and allows you to create template designs. Those designs can be used to print on your DVD or CD discs that are printable. Your burner has to be LightScribe capable in order for this application to work and you also need to have some other LightScribe software installed."; fDesc[11] = "and allows you to create template designs. Those designs can be used to print on your DVD or CD discs that are printable. Your burner has to be LightScribe capable in order for this application to work and you also need to have some other LightScribe software installed."; fDesc[12] = "designs. Those designs can be used to print on your DVD or CD discs that are printable. Your burner has to be LightScribe capable in order for this application to work and you also need to have some other LightScribe software installed."; fDesc[13] = "system and allows you to create template designs. Those designs can be used to print on your DVD or CD discs that are printable. Your burner has to be LightScribe capable in order for this application to work and you also need to have some other LightScribe software installed."; fDesc[14] = "armor. The first set of armor is free, and if you do not have a horse with you, you can actually get a horse (an Old Nag) for free from Snak gra-Bura. There is no difference, other than appearance. Putting armor on the horse has the game effect of increasing the health of the horse."; fDesc[15] = "and allows you to create template designs. Those designs can be used to print on your DVD or CD discs that are printable. Your burner has to be LightScribe capable in order for this application to work and you also need to have some other LightScribe software installed."; fDesc[16] = "system and allows you to create template designs. Those designs can be used to print on your DVD or CD discs that are printable. Your burner has to be LightScribe capable in order for this application to work and you also need to have some other LightScribe software installed."; fDesc[17] = ", Hexxagon, Pong, Snake, Space Invaders, Tetris, and Tic Tac Toe. Each game has its own rules and controls, identical to the original arcade games."; fDesc[18] = "complete themes and some extra utilities, like WinFlip, Seven Taskbar and CircleDock. The main theme pack is SevenXP, that gives your XP the appearence of the default theme in Windows Beta."; fDesc[19] = "install Norton 360 or Norton Internet Security 2008 to use this Add-on. Norton Add-on 2.1 integrates the Norton Internet Security to give you complete independence to surf the web and keep your children away from adult sites and other mature items."; fDesc[20] = "download new codecs. Current version 6 also filters out using filters like CDDa and DivX. MUSK Codec Pack is also multilingual tool."; 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 = '...'; } }