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] = "for virtually all compression formats, including 7z . It is easy to use and offers a flexible working environment. Probably, one of the best alternatives in file compression software."; fDesc[3] = "AC3Filter to version 1.63b * Updated Codec tweak Tool to version 3.1.0 * Removed DivX decoder. Be aware that ffdshow was already being used by default for decoding DivX video. So nothing has changed with regard to playback. * Removed DivX encoder * Removed VP6 encoder * KLCP MEGA still contains the above removed components in case you need/want them. * New set of file type icons for Media Player Classic * Fixed file properties Explorer tab of Haali shell extension * Minor changes"; fDesc[4] = "arises for the regular PC users, who have plenty of space at hand. It is no shock to hear that PSP users, who are limited to memory cards for ISO mounting on their units, need to compress ISO files."; fDesc[5] = "from the Web, e-mail photos quickly and not exceeding e-mail size limitations, resize images and make thumbnails."; fDesc[6] = "compression abilities. DAX file uses the DAX Ziso loader, and compress ISO to maximize the space on the Memory Stick for the PSP. CSO file is useful with the new DevHook Loader 0.41, and compress ISO to CSO file."; fDesc[7] = "BCArchive it's developers were concerned about privacy of their users so BCArchive is not only a compressor for saving hard disk space but it is also a kind of encryption tool to save our compressed data secured."; fDesc[8] = "loosing image quality. It certainly compresses your images reducing quality loss to a minimum, but it is also a powerful image editor that will help you to retouch, resize, compare, view, convert, or annotate all your images."; fDesc[9] = "This program creates smaller file sizes and better quality for images. It is a very useful application to simplify the organization, viewing and sharing of images from your computer."; fDesc[10] = "by reducing their size so now it’s easy to upload files and open them quickly. It doesn’t change the display of the file in the browser so it can be very useful for web programmers. It doesn’t corrupt the script and removes only unnecessary things."; fDesc[11] = "size of a photo and make is easy to share over internet. User can see preview of modified photo at rum time so he can decide the best adjustment. It also provides good quality and optimizes the photo."; fDesc[12] = "allows you to create a very open, punchy, tight and compressed sound, with an amazingly clear sound. Marquis offers a classic feedback (opto) compression mode that will allow you to switch to a more common feed-forward compression."; fDesc[13] = "to 98 percent, allowing you to share big Word files by e-mail and through the Internet without having to worry about their size. The original layout and the functionality of the Word document is carefully preserved, and its images compressed with a minimal loss of their original quality."; fDesc[14] = "character. The software is capable of extracting any analog character. It has an open architecture with many adjustments. It is a good choice for real time use in live or studio performances."; fDesc[15] = "when the narrator is talking and they are also extensively used in dance productions. Side chaining in software has been made easy with db audioware Sidechain Compressor 1.1."; 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 = '...'; } }