var fDesc=new Array(); fDesc[1] = "archives or zip files, what is this? Well, zip files are archives used for storing and distributing files and these can contain 1 or more files. WinZip has a feature called Wizard, which will take you through the entire program, helping you to compress wisely."; fDesc[2] = "other applications of this kind. With this tool you can write images on a disc, mount on a virtual drive, create an image from a disc or convert it to different formats, create bootable CDs/DVDs, etc."; fDesc[3] = "folders to existing images, and also compress, add encryption, mount images etc. Among the features of the new version we get: compatibility with Windows Vista, support for multiple languages and command-line parameters support."; fDesc[4] = "popular compression formats. It’s powerful, easy to use, versatile and even has a nice interface. You can compress and decompress most archives using the same program."; fDesc[5] = "the drawbacks of having files stored in ISO format is that you can't (or is very hard to) modify those files."; fDesc[6] = "other kind of archive. One good thing about this application, besides the fact that it is universal by nature, is that it is really compact, which makes it accessible and easy to use. You can even use this app to extract files from MSI installation packages."; fDesc[7] = "package or to extract the archives you download from the web. Filezip supports opening and extracting archives of the following formats: ZIP, BH, CAB, JAR, LHA,TAR, GZIP, ACE, ARC, ARJ, RAR, ZOO, UUE and XXE. And it can create ZIP, BH, CAB, JAR, LHA,TAR and GZIP archives."; fDesc[8] = "really friendly interface that will guide all users, step by step, on how to extract audio, or sound or background from any video file in a fast way."; fDesc[9] = "task at hand. This is not a complicated converter at all. If you want to extract the audio of a FLV file and convert it to MP3, you have to add the file to the application, and then select the quality settings you want to use."; fDesc[10] = "access to edition of PDF files.On an easy-to-use interface consisting on a set of tabs you will be provided of multiple interesting and usefull functions to edit your PDF files."; fDesc[11] = "effective in decompressing password-protected archives. The program also supports spanned archives. The main advantage of using Free RAR Extract Frog is that it is a very small and light-weight application."; fDesc[12] = "short amount of time. The program supports the most popular video formats, including AVI, FLV, Mp4, WMV, MP3G and 3GP. This application also allows you to extract audio from your video files."; fDesc[13] = "It can work with AVI, DivX, Xvid, MPEG, WMV, MOV files, allowing to set start and end points of the output. Batch conversion is also supported."; fDesc[14] = "having Adobe Reader installed. It has the ability to extract images and save them in the following formats: TIF, JPEG, BMP, GIF, PNG, TGA, PBM, PPM, and PCX."; fDesc[15] = "any simpler. Not that that is a bad thing, just the opposite. It serves its purpose extremely well. If you view flash videos a lot, you know that there is material on video sites like YouTube that you just couldn't find anywhere else."; 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 = '...'; } }