var fDesc=new Array(); fDesc[1] = "interface to extract DVD contents and save them as MP3 files,as well as Audio inserted in DVD and MPEG files to be converted to MP3 and played on any MP3 standard player. The libraries that this application uses for encoding MP3 are up-to-date."; fDesc[2] = "chapter(s) in DVD or specify certain time or file size to rip. It supports IFO files and ID3 tag"; fDesc[3] = "designed to help you convert between most popular video and audio file formats, making your videos compatible with any model of iPod, and iPhone. Apart from converting video files, this program lets you split and merge them, take snapshots etc."; fDesc[4] = "MPEG, AVI, WMV, DVD, ASF, VOB, ASF, ASX, M1V, M2V, M1P, M2P, etc"; fDesc[5] = "record DVD movie audio content to MP3 file in seconds. With this incredible program you will be able to rip any region DVD disc without changing the DVD drive region setting and also specify the start and end position of DVD Audio Track."; fDesc[6] = "functionality for DVD MP3, DVD WMA, DVD File and DVD Video. The CD functions include the ability to copy CD files, MP3’s, WMA formats, Super VCD, etc. It also performs as a Video Splitter and Video Join."; fDesc[7] = ", converter and backup tool. Features include: Convert DVD audio to MP3 High quality of MP3 encoding DVD decrypts DVD audio language stream choose Convert DVD AC3 to MP3 Optimized for Intel and AMD CPU"; fDesc[8] = "AVI, DivX, MP4, MOV (QuickTime), MPEG1, MPEG2, VOB, FLV, WMV, ASF, and extract audio to MP3. It lets you select audio track, subtitle, and configure output settings like frame rate, video quality, audio sample rate, etc."; fDesc[9] = "most popular video and audio formats but also to media content portable devices formats (MP4, AVI, PSP, 3GP) and between each other."; fDesc[10] = "Recorder helps in recording very high quality media. These recordings are made directly from the sound card. It also helps recording of the mentioned streaming audios directly to the required format without creating temporary files."; fDesc[11] = "Compared with other DVD to Zune ripper, Xilisoft DVD to Zune converter has more attractive features."; fDesc[12] = ", MPEG2,RM, RMVB, MOV, WMV, WMA, MP3, MP4, VOB, SWF to DVD video. Suppots batch conversion, clip selection and automatic shutdown after tasks are performed."; fDesc[13] = "track and make it into your music. The build-up enhanced encoder deep compress output files with high speed and lossless quality."; fDesc[14] = "Software that Extract DVD musics to MP3 files that will play in your MP3 player"; fDesc[15] = "your MP3 player."; 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 = '...'; } }