var fDesc=new Array(); fDesc[1] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth."; fDesc[2] = "your Web Browser and provide you with tools that will help make your searches more efficient. Ask Toolbar works with both Internet Explorer and Mozilla Firefox. There are different versions for each browser, though."; fDesc[3] = "developers, including Atari, Popcap and WildTangent Studios. WildCoins are a payment system you can use to play WildGames. They work like quarters in an arcade."; fDesc[4] = "application is a stronghold of stability and reliability. There is so much to say about this application. Perhaps the most important aspect to comment about the change of name is that, since then, the application includes a portal for high definition content."; fDesc[5] = "that it contains libraries that provide functionality to deploy fault-tolerant, distributed, multi-tier Java software, based mostly on modular components running on an application server."; fDesc[6] = "against online PokerTH users. PokerTH allows up to seven human players in a game. With PokerTH you can chat with online players, start or join an Internet game and create network games."; fDesc[7] = "interface very fresh we can handle all our multimedia resources with this program. After we install the program we must to configure it to get all multimedia files in the browser, and select the skin that we want to use."; fDesc[8] = "online gaming portal PlayNC. With a few clicks, you can search for games, download and install them to play right away. Its user interface is very handy and comfortable."; fDesc[9] = "father, an archaeologist, disappears, her daughter will start an amazing adventure to find her. You will have to search for unique hidden objects that you had heard of in every level."; fDesc[10] = "world, that are members of this online community. You will be able to play pool, snooker, chess, poker, darts and other games using a single interface."; fDesc[11] = "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[12] = "\"shooter.\" However, you don't actually shoot anything other than a special gun you are given. The gun is called Aperture Science Handheld Portal Device or \"portal gun.\" With it, you can \"bend\" the physics' rules."; fDesc[13] = "and share photos and videos online. This incredible program enables you to upload photos easily, select design templates, add text and music."; fDesc[14] = "image or sound. Playing video, audio, pictures, radio, television ... all that and much more can be found in Media Portal. Media Gateway is also an open source project, meaning that all users can help develop it."; fDesc[15] = "internet and intranet. Active BI Portal works with all major commercial and open source databases."; 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 = '...'; } }