var fDesc=new Array(); fDesc[1] = "home use. This program protects you from viruses and spyware and includes several modules like Instant Messaging, Internet Mail, Network Shield, Outlook Exchange, P2P Shield, Standard Shield and Web Shield."; fDesc[2] = "with the rapid growth of your network and expands with your network monitoring needs."; fDesc[3] = "in the next generation of real-time strategy. Battle it out in unprecedented detail on full 3D environments with all-new units, including Aurora Strike Bombers, Dragon Tanks, and much more!"; fDesc[4] = "standard for the future of RTS gaming once more, C&C 3 takes you back to where it all began—the Tiberium Universe. Published by Electronic Arts Inc."; fDesc[5] = "interact in the exciting world of Nevareth. Designed to let everyone play, Cabal Online runs even on older computers while still maintaining its scintillating action scenes, lifelike environments, ornate decorations, detailed characters, and non-stop fast action."; fDesc[6] = "amazing game in every sense, by size, quality, entertainment and, above all, by new units including: the titans a powerful mole capable of massive destruction."; fDesc[7] = "originality of the show that makes Legends. You are going to travel with this game to Europe of the Middle Ages where the life of its people passed through the castles."; fDesc[8] = "Airbender which has just reached its highest rating. This massive online game, is a prequel to the story of the television show and gives players the ability to create their own customized Avatar character ."; fDesc[9] = "ocean? Now you can feel that as you dive through an exhilarating coral reef scenery and find a massive clock of stone and metal sunk next to corals and algae of different colors and shapes. That is the Coral Clock 3D Screensaver!"; fDesc[10] = "trip to a lighthouse on a small island. You will be able to watch the beauty of its light dissipating darkness and providing security to the nearby vessels. The lighthouse sits majestically at the top of the highest hill in the island, surrounded by rocks and waves."; fDesc[11] = "terrain. Volcano: Massive eruption that throws fire and debris everywhere. Pedestal: Puts the tank up on a high pedestal. Fire Storm: Multiple explosions with a sea of awesome bouncing fireballs."; fDesc[12] = "and helps the user greatly in synchronizing the music. It is basically a top-end audio engine, which unveils a wide variety of sounds right from deep and delicate crystalline leads down to rocking leads and brutal basses."; fDesc[13] = "through both land and air. Rockslide - Boulders tumble downhill, damaging and burying opponents. Lightning Rod - Calls lightning down from on high. Star Dust - Dust flies everywhere causing damage and confusing sensors."; fDesc[14] = ", enabling them to experience virtually, a Cargo Pilot’s career from simple beginnings at a small airstrip right through to working in an international airport flying massive jets."; fDesc[15] = "puzzles and quests, and an epic storyline."; 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 = '...'; } }