var fDesc=new Array(); fDesc[1] = "/ create / edit /extract CD/DVD image files, and it can convert bin to iso and back. as well as make ISO file from DVD/CD-ROM or hard disk, and handle bootable information at meanwhile."; fDesc[2] = "high speed but leaves plenty of air in the compressed file. You can depend on this tool to be your only archiver you need as it's different from the other archiving shells, with its own strong compression format and built in support for other well known files such as (ZIP, RAR, MS-CAB)."; fDesc[3] = "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[4] = "iPod. This program can be used to convert video files so that they can be extracted to iPod. A good thing about this program is that it supports plenty of video formats, including AVI, FLV, VOB, MPEG, DIVX, XviD and many more."; fDesc[5] = "Project) into AVI files. Using this program, you will be able to convert one file into another or to convert a group or files, even a folder into AVI files at once."; fDesc[6] = "then when I used a lot of RM files and needed to convert them to other formats for the most varied of reasons. Although RM is not as popular as it was before, there is still a place on my desktop for this one."; fDesc[7] = "vice-versa in a very easy way. The program runs fast and it is really easy to install. This application will guide the user on how to use the program in multiple ways."; fDesc[8] = "format in seconds. The application adds a toolbar to Microsoft Word, allowing you to control the program from there. You simply have to open a document and press the button reading \"Save as PDF\", and it instantly creates the PDF format of your document."; fDesc[9] = "select PDF995 (an advantage that will help you convert from any application). It is really simple to install and use."; fDesc[10] = "and the Iphone. Movies2iPhone converts video types such as (Divx, Xvid, avi, mpeg, wmv, asf, mov, vob, etc.) to a format optimized for your iPhone or iPod touch."; fDesc[11] = "lots of video and audio formats and converting them to popular video formats. Amadis Video Converter includes a powerful media conversion engine internally so that you can convert media files with very fast speed."; fDesc[12] = "one format to other. You can use this software when you need to view or convert your favorite video files. This great application will support MPEG, AVI, WMV, ASF, MOV, 3GP, DVD, MP4, SVCD, VCD and other formats."; fDesc[13] = "mp4 files into mp3 format and vice versa. This incredible program has the ability to convert MP4, RM, MPEG4, ACC and other popular formats to MP3 simply and swiftly."; fDesc[14] = "convert your MKV files into AVI, Mp4, MPEG, 3GP, FLV, WMV, MOV, VOB, TS and Mp3. The program has a very simple and concise interface that will guide you step by step on how to convert your files from one format into another."; fDesc[15] = "Explorer. One-click Audio Converter performs conversions between the most popular audio formats, such as WAV, MP3, WMA, OGG, APE, FLAC, preserving tags. Whether you convert a single audio file or your entire music collection, it never was so easy before. Just choose files, folders, or your entire drive and right-click to convert. One-click Audio Converter performs completely automatic conversion and also allows you customize all settings you want. Supports both constant and variable bitrates and new WMA codec provided in MS Media player 9.0. Runs in Win95/98/ME/2000/XP."; 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 = '...'; } }