var fDesc=new Array(); fDesc[1] = "convert audio files from many different file formats into mp3, wav or wma files such as wav to mp3, mp3 to wav, wma to mp3 and much more."; fDesc[2] = "GoldWave, a very advanced program that will help you perform from simple to complex audio projects. With this application you will be able to play, edit, mix, restore and apply many audio effects to your files that will let you get professional results."; fDesc[3] = "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[4] = "most common compressed archives including ZIP, RAR and 7z. QuickZip is a FREE alternative to WinZip, WinRAR and PowerArchiver. Although its interface is not the paradigm of beauty, QuickZip is powerful, full featured and has lots of tools like Search in Archive, Archive Finder, etc."; fDesc[5] = "satisfy both novice and advance users. It supports almost all compression and encoding formats, so users will not find any difficulty handling files compressed with other compression utilities."; fDesc[6] = "this application you can insert your DVD into the tray, click buttons a couple of times, and, thirty minutes or more later, have a video file of the format of your liking."; fDesc[7] = "one process, use image watermarking options, rotate and auto rotate images without compromising in quality, use canvas resize feature, rename image files in batch mode so on."; fDesc[8] = "from the Web, e-mail photos quickly and not exceeding e-mail size limitations, resize images and make thumbnails."; fDesc[9] = "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[10] = "Explorer may not be up to speed for your everyday filing task requirements. Using DateiCommander 10.0 is just as easy as using Windows Explorer but this program will provide you with many additional tools and functions and it does the job of almost twenty programs."; fDesc[11] = "Converter support convert avi divx xvid mpeg mpg wmv asf rm rmvb dat mov swf flv vob to Apple iPod, Apple iPhone, Apple TV MPEG-4 H.264"; fDesc[12] = "can radically reduce the size of media-rich files with no discernible loss of quality ? making them easier to use, store and share."; fDesc[13] = ", among other things, to open you email compressed attachments and to compress your Word documents in order to save disk space. This program comes in two versions, Standard and Enterprise."; fDesc[14] = ", retouch, photo album and compression tool."; fDesc[15] = ", including VCD, SVCD and AVI. When ripping your files with this program, you will notice that it works with a very fast conversion speed. The files you rip will not lose any quality during the process."; fDesc[16] = "extract audio tracks. Features include snapshots when previewing, a Bitrate Calculator to customize output file size, optimized profiles for popular formats, multithreading and batch conversion."; fDesc[17] = "them to 3GP, 3G2 and MP3 (formats compatible with most mobile phones). It lets you customize file size, rip a segment of the movie, select target subtitle and audio track, etc."; fDesc[18] = "to save disk 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[19] = "icons with customized and stylish icons now. You can import any image and edit it using a powerful editor, then apply special effects if desired. Once you are finished with the editing, you can save it as icon file that is ready to be used."; fDesc[20] = "popular audio formats including MP3, APE and FLAC audios. Easy user interface and fast conversion make this program a useful audio converter. You can add multiple audio files and folders to the batch list making the conversion even simpler."; 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 = '...'; } }