var fDesc=new Array(); fDesc[1] = "will work with any Win32 platform - from Windows 9X to XP. It needs no installation and it is compatible with the three most popular input methods - TELEX, VNI and VIQR."; fDesc[2] = "of related words, with one-click look up in almost any Windows program. The database has over 150 000 root words."; fDesc[3] = "of the game is to create matches of three in a row, by clicking on adjacent tiles to swap them. As you progress on the game, you’ll be releasing fishes. You can try this game for 60 minutes."; fDesc[4] = "Solomon algorithm and for verifying and repairing files that are corrupt or disnamed. It can be used to verify that a set of files have not been corrupted, or for reconstructing corrupt files, if you have sufficient Parity Volumes to match the missing or corrupt files."; fDesc[5] = "user to arrange the buttons, the toolbar language, sets up all the toolbar services, shows all the services: search, map search, desktop notes and weather, radio and mp3 player, screensaver and wallpaper, skins and cursors, smileys and eCards, etc."; fDesc[6] = ", pendrives, etc., and eliminate them if they are found suspicious. When you make a double click to access to an infected drive, the 'autorun.inf' file executes the malware and your system gets infected. This utility helps you to eliminate those files."; fDesc[7] = "Screensaver delivers the excitement of a real-life fire experience direct to your computer desktop. Discover beautiful flames to relax by, with the crackling sound of a real fire and the melody of your favorite song. Our Free Fire Screensaver sets a relaxing and romantic mood any time of the year, especially during cold winter nights. Just rest your mouse for a while, sit back and relax. The desktop dims out and starts to glow ardent orange, creating a glorious effect with flames that seem alive. The flames are curling up and dancing on the desktop icons and open windows as if they were wooden logs in the fireplace. The screensaver offers crackling and popping sounds. This adds greatly to the realism of the fire scene. You can also listen to music when the screensaver is engaged. Select a music track from the music set that comes with the screensaver or choose your own file for..."; fDesc[8] = "with. This updating adds furniture, outfits and objects to The Sims 2. However, although the objects, which include new themed bedroom sets and some decorative objects, are interesting enough, they do not provide any real new functionality to the game."; fDesc[9] = "best. It has a collection of \"players\" or the playing styles arranged in order of their rating. All the Grandmasters are in the list. If we win a game, our rating increases and vice versa."; fDesc[10] = "the #1 series*! Select your favorite classic Mahjongg game, or learn a new variation. Challenge Yourself With Creative Tile Layouts. Test your skill and try your patience with fun 3D Mahjongg layouts, or create your own with the Layout Editor!"; fDesc[11] = "boards and chess pieces chooseable."; fDesc[12] = "a DVD, and convert them to a format readable for a computer or VCD. The program has a very simple interface. All you have to do is to specify the folder where are the VOB sets you want to convert, and the folder where you want to save the converted .MPG files."; fDesc[13] = "projects. Create highly realistic background composites with drag-and-drop simplicity, even from marginal video sources; customize virtual sets with convincing effects like virtual shadows and reflections; and output in broadcast quality to a wide range of advanced file formats."; fDesc[14] = "on matching tiles and pave your way to eternal fame in the high score. Choose between Classic or Arcade, three difficulty levels, three different tile sets and 28 lay outs!"; fDesc[15] = "ranging from small ones down to the large sized bulky ones. The application incorporates a highly flexible, intuitive user interface, which makes it a truly easy-to-use program."; 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 = '...'; } }