var fDesc=new Array(); fDesc[1] = "Blackjack. They differ mainly in the amounts of the bets. Barroom´s bets go from $1 minimum to $200 maximum, while Vegas´ bets go between $100 minimum to $1000 maximum."; fDesc[2] = "The software is downloadable and has a chat feature included when playing against other players."; fDesc[3] = "incredible application uses multi-threading, so on fast computers you can scan more than 1000 port per second, making this tasks really fast. What is more, it contains descriptions for common ports, and can perform scans on predefined port ranges."; fDesc[4] = "high-quality MP3 files without re-encoding, with the same quality and bit rate of the original files, even if it is variable (VBR). Performance speed is certainly one of its main assets, even when splitting large MP3 files (up to 2GB)."; fDesc[5] = "multithreaded, so on fast machines you can scan many computers at once."; fDesc[6] = "online TV channels from around the world. Watch TV online."; fDesc[7] = "integrated DVD authoring, surround sound, audio processing, and 1000’s of other powerful real time effects. Avid Liquid provides the necessary tools which allow the user to create high quality productions"; fDesc[8] = "1000+ online radio stations from around the world.No any additional equipments required."; fDesc[9] = "100+ countries. There is no need for a TV Tuner card because all the channels are streamed through your Internet connection."; fDesc[10] = "Basic English version of the Bible is written using only 1000 words of the language and yet none of the meaning will be lost. There are translations, maps, commentaries from experts, references to look up and dictionaries all included in the program."; fDesc[11] = "hundreds of variations including Pyramid, Spider, Aces High, Free Cell, Klondike and many more. The game also enables you to select the background and card decks from a wide variety of colorful templates, and also to create your own solitaire game with your own rules and images."; fDesc[12] = "sounds - 1000 features new alternative graphics and music, so You will never get bored. Also consider the outstandin..."; fDesc[13] = "Simplified and Traditional Chinese versions available * Writing stroke order animation * 3000 examples * Flashcard review"; fDesc[14] = "stations from around the world.No any additional equipments required."; fDesc[15] = "configuration necessary. Low memory consumtion. Very fast and reliable. Altough there are hundreds of programs alike. This is the best on, you be the judge"; 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 = '...'; } }