var fDesc=new Array(); fDesc[1] = "technologies like HTML, Ajax or Flash. Developers can take advantage of their knowledge in website creation to develop multimedia applications. In other words, from a web application they can create a general application with the contents and utilities of a web application."; fDesc[2] = "uses industry standard IP protocols to allow devices to automatically discover each other without the need to enter IP addresses or configure DNS servers."; fDesc[3] = "STAC 9750 AC97 WDM Audio Driver. Whatever way you want to label it, the driver package installs version 5.1 of the driver onto your system and can be used as an update to an earlier driver or as part of a new installation."; fDesc[4] = "clean thousands of malwares, adwares, keyloggers, trojan horses, pybots and rootkits in seconds. This award winning application is designed while keeping the novice in mind, so no skills are required to use it."; fDesc[6] = ", comparison, red-eye removal, emailing, resizing, cropping and color adjustments. It supports all kind of images format and also includes new tools for drawing on the imagery, fixes, optimization."; fDesc[7] = "predecessor considering the various new methods and number of new classes and applications that can be developed using it.The best of JAVA yet makes it a wonderful one."; fDesc[8] = "overview that helps you keep track of your expenses. Put savings targets and then perform a monthly analysis of your finances to see how much you're really saving."; fDesc[9] = "This tool stays in the system tray and also manages to change the look of your system clock and calendar with various skin change options."; fDesc[10] = "also change song voices and create animal sounds. With a professional design you can use features like the Voice Morpher and the Parody Mixer. The utility works with the major VoIP and Instant Messaging programs. You can also modify timbre and pitch with the help of a wide range of presets."; fDesc[11] = "Digs and Marine Mania for the players imagination to fly free while they are taking caring for more than 100 land, seas and extinct creatures in the most amazing and realistic possible way."; fDesc[12] = "your system by default? Would like to try something new for your images? FastStone MaxView is a complete, powerful and innovative application that will easily replace your default image viewer when you try it."; fDesc[13] = "different games: Half Life 2 and its two expansions, the fascinating and innovative Portal and the funny multiplayer Team Fortress 2. Are you sure you can resist? The best first-person shooter for PC is at The Orange Box. An essential pack ."; fDesc[14] = "of ancient Persia. \"Kohan\" means ancient in that language. Also, the major character, is based on the most popular king of the Persian Empire: King Darius Javidan."; 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 = '...'; } }