var fDesc=new Array(); fDesc[1] = "sytem that is available whether it be Windows, Free BSD, Mac or Linux. As the name suggest it natively creates compressed RAR files which is a much better compression format as compared to the popular ZIP format."; fDesc[2] = "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[3] = ", virus, trojan, dialer, etc. we have installed in our computer without our permission. It can search for malware in the entire computer or just in the specified file, folder, drive, removable or external devices."; fDesc[4] = "gaining features. The latest version is now able to download subtitles automatically. Still, there are many things BSPlayer has to do to become the dominant player of multimedia files."; fDesc[5] = "space or to hide your sensitive information from prying eyes, protecting it with a password. Other things you can do with this powerful program are automating the process of backing up your important data and creating self extracting files."; fDesc[6] = "AC3, AMR, MPC, ADPCM, A/U-LAW, DSP, GSM, and VOX. You can adjust different conversion settings to reach the sound quality that you wish."; fDesc[7] = "protocol with a great GUI. It’s designed to offer a CVS client for any user, from beginners to expert users. Its installation process is very simple and easy to perform. It requires Phyton installed . WinCVS runs in Windows platforms."; fDesc[8] = "without the usual WinZip graphical user interface. It allows you to use WinZip directly from the command prompt and from batch (.BAT) files and script languages, making it ideal for automating repetitive tasks."; fDesc[9] = ", JPEG2000, PDF, etc). Complete command-line operation and an entire arsenal of editing features (batch resize, flip, rotate, crop, trim and much more)"; fDesc[10] = "quickly. Features include file mover, command line support, search music album online and right-click Windows shell extension."; fDesc[11] = "allows you to read PDF, RTF and HTML files. You can read any selected text from a Microsoft Word document, web page or Notepad by just pressing the \"CTRL+T\" hot key. Speak Aloud supports batch conversion and is capable of converting texts to speech stream in SWF format."; fDesc[12] = "batch conversion and can be run from a command line. Batch conversion ability allows to convert a unlimited number of SWF files at a time. Features: Imports SWF (Flash) files exports to standalone EXE files supports a batch conversion easy to setup and use command line support, multi-language support, skin support"; fDesc[13] = "include avi, mpg, asf, wmv, wav, mp3.."; fDesc[14] = ", *.csv, *.mdb, *.htm, *.dbf, among others. The program is really fast and easy to use. You just have to select the files to convert, choose the destination folder and output format, then click START, and the program does the rest for you."; fDesc[15] = "spreadsheets. The program has command line support and contains a .dll file that can be used by developers to integrate the conversion functions to their own applications."; 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 = '...'; } }