var fDesc=new Array(); fDesc[1] = "Microsoft WLP 3.08 Vista premium and mobile PCs, it is heavily used and popular amongst Vista and Mobile PC users."; fDesc[2] = "file formats as well as DVDs, VCDs, and other streaming protocols. It includes a large number of common encoding and decoding codecs like 3GP, AVI, FLV, etc."; fDesc[3] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate."; fDesc[4] = "application ever. Nowadays, billions of people use Skype for several reasons. Firstly, it allows you to call anyone who has Skype for free. The call quality is great and you can even go on a video chat with anyone who has a camera."; fDesc[5] = "to create your own icon for your program. Set an attractive system tray icon. You don't need to dig into native codes to do that. Well, that's Java.Expect much more feature soon."; fDesc[6] = "advanced users. The program features a simple and intuitive Explorer style interface that shows the local and remote folders in a clear way and allows you to customize them the way your want."; fDesc[7] = "to support information. Technical data is gathered for the products supported by this tool and is used to identify the product. Product Identification is followed by display of useful support information for maintenance and troubleshooting."; fDesc[8] = "files in over 400 file formats (GIF, BMP, PNG, JPG, JPEG, TIFF, PCX, ICO, IMG, PDF, PIC, PSD, RAW, RGB, TGA, and many more)."; fDesc[9] = ", cinematic way to discover the web. This plugin actually converts your Internet Explorer window into a 3D Wall and it lets you browse a large number of pictures & videos with ease and speed."; fDesc[10] = "best part is that you can call any country any place or any valid number across the globe. Providing 5 different applications this software is a must use software."; fDesc[11] = "introduced with a number of improvements, which includes a list of new features, bug fixes, a number of new parameters, functions, methods, extensions, classes, INI configuration Directives and also security enhancements."; fDesc[12] = "and connect the left side of the playfield to the right side in order to connect flames to rockets and make them explode and disappear from the board, thus adding new ones."; fDesc[13] = "3x3 blocks with the numbers from 1 to 9, without repeating the same number neither in the 3x3 block, or the same row or column. When you begin the game, some numbers are in its place already."; fDesc[14] = "the game is to fill a set of 3x3 squares, divided in 3x3 blocks, with numbers from 1 to 9. The numbers can“t be repeated into the block, or in the same line or column."; fDesc[15] = "manage the color and position of the prefix and page numbers. The application is Compatible with version 5.0 or higher and doesn't require Adobe Acrobat to be installed for the program to work."; 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 = '...'; } }