var fDesc=new Array(); fDesc[1] = "Microsoft and some of the other leading gaming industries. It mainly focuses on four key features – Quality, Compatibility, Safety and Ease of playing. It is easy to download and install and supports Windows Vista and Windows XP Service Pack 2 Operating Systems."; fDesc[2] = "and buttons in just a few minutes. It uses a large number of dialogs to customize your work. Interface is highly customizable. It has excellent features like photo enhancement, fix perspective distortion and digital retouching techniques. GIMP is not a design suite but is free."; fDesc[3] = "seventh delivery of the Grand Theft Auto saga. The game contains new and numerous improvements over previous releases, but with the same spirit that characterizes this saga of controversial video games."; fDesc[4] = "III and its expansion pack, and it tells the player that the conflict between the factions is ideological, and not a merely good-versus-evil thing. Depending on your starting point, players will have to undertake different quests, face different monsters, and so on."; fDesc[5] = "to place a package and you can rotate it by right clicking. When you place a package, you have to avoid leaving “holes” (spaces of one cell) since they will count against you. You won’t be able to fill them since there are no packages of one cell."; fDesc[6] = "with their friends. You can also have your seems wearing the latest teen fashions including track suits, designer jeans, and yoga outfits. In addition, The Sims 2 Teen Style Stuff is the first stuff pack to feature a The Sims contest winner!"; fDesc[7] = "You can configure a soldier and quickly play around in a huge amount of 2D maps. There are 7 game mode to choose from in the game. Overall, it is really recommendable for a fun time."; fDesc[8] = "more rapid and precise than ever through an improved set of tools. Create a prototype of Adobe AIR, directly in Adobe Fireworks , ready to be implemented in HTML and CSS, Adobe Flex or SWF."; fDesc[9] = "ONE step! Just follow the installer and after rebooting you can forget about downloading and installing the Windows Updates one by one. Only for SPANISH versions of Windows XP"; fDesc[10] = "and Magic V. This pack presents several enhancements over the original game. The storyline begins from some time after the story in Heroes of Might and Magic V. Multiplayer mode allows all players on a map to move their units without waiting for the other players during a turn."; fDesc[11] = "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] = ", one can enrich a homemade slideshow movie with animations like snow falling from the sky, snow on the ground, snow balls, etc."; fDesc[13] = "is part of this big HP family and this company is dedicated to the imaging products. Within its web site there is a section called Design Center, where you can find and download different templates."; fDesc[14] = "People keep coming for their tables. Once you get them the table, they want to order. Then, they want the food fast, and finally they want the bill! Everything has to be made fast and right; otherwise the customers will be mad and won’t tip you well."; fDesc[15] = "many more free and for-sale expansion packs on the way... available only to owners of the 'Deluxe' version. There's something new for everyone!"; fDesc[16] = "and use them to create a screensaver for your PC. This extremely easy-to-use application fully integrates with the operating system as all you will be seeing of it is an extra option on the regular drop down list of screensavers of Windows."; fDesc[17] = ", X-Ray Cannon, Bazooka, Lucky Shot, Shelter, Fire + Ice, Anvil, Flare, Super Flare, Fracture, Claymore, Phantom, Earth Mover, Flak."; fDesc[18] = "voice on the microphone to a completely different voice. Note: Male Voice Pack 1.3.0 is only an add-on, it requires MorphVOX Classic or Pro Voice Changer software to run. This add-on works on MorphVOX 2.8.1 or greater."; fDesc[19] = "distorts it before playing it. Translator Fun is a free voice pack that contains seven new voices: Body Noises, Burpalator, Computer Talk, Phone Talk, Random Body Noises, Random Censor and Xylophone."; fDesc[20] = ", showcasing a celebration or party, action or adventure shots. It is pretty nice style pack that can be used to give you videos a funky edge."; 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 = '...'; } }