var fDesc=new Array(); fDesc[1] = "has the ability to convert DRM protected files such as wma, wmv, asf, m4v, m4a, m4p, m4b. It also supports other common formats including wmv, asf, wma, mp3, m4a, wav, aac, ac3, ape, ogg, m4b, m4p."; fDesc[2] = "frequently used unprotected formats (MP3, OGG, WMA, WAV). Supported input formats are: WMA, M4P, MP4, AAC, MP3, WAV, OGG, AU audio files, AIFF."; fDesc[4] = "unprotected format.It supports audio to audio, video to video, and video to audio conversion."; fDesc[5] = "CD-RW drive on your computer and virtually burns the CD from the player. It supports the most popular music file formats (OGG, WMA, AAC, MP4, M4P, MP3, etc.), no matter they are DRM protected or not, and outputs unprotected MP3, WMA or WAV format files."; fDesc[6] = "format into another. The program supports several audio files, including the most popular ones and some that are not very well known."; fDesc[7] = "with DRM are known to cause several headaches world-wide. That protection has a legitimate purpose, though: to fight piracy. But when you own the material, and you want it to move it around between your devices, being unable to can get very frustrating."; fDesc[8] = "(video) formats. Legally. Extremely high speed."; fDesc[9] = "and other online stores. It supports many formats including 3g2, 3gp,aac, ac3, ape, avi, asf, flv, m2ts,m4a, m4b, m4p,m4v, mov, mp3,mp4, mpg, vob, ogg, tp, trp,ts, wav, wma and wmv."; fDesc[10] = "almost any audio and video files, both protected and non-protected, to commonly used formats such as MP3, AAC, WAV audio, MPEG4, DivX video. Our program gives you the ability to convert any kind of protected media to regular audio and video formats, that can be played on dozens of compatible devices. MelodyCan introduces the unique technology maintaining extremely effective PC utilization in order to perform high conversion speed and reliable conversion results. This software actually supports any kind of protected Windows Media Audio files (WMA), MPEG4-AAC Audio files (M4P, M4A, M4B), Real Audio files (RAX, RA), long-lasting audiobooks (AA) and almost any music or movie that can be played with Windows Media Player, QuickTime Player, Real Player or Rhapsody Player. The only condition is that the music content must be legally obtained and can be played on the computer where MelodyCan is..."; fDesc[11] = ", etc. and extract audio from WMV, M4A, M4V, M4B, AC3, WAV, WMA. It also supports batch conversion, customized DRM removing, and lets you adjust bit rate, sample rate, sound channel, etc."; fDesc[12] = "video formats. It supports many DRM video formats such as wmv, wma."; fDesc[13] = "lets you convert DRM protected WMA to different portable devices, including PSP Player, iPod, Zune Player and more. This program supports a vast quantity of output formats, for example, Mp3, AC3, WAV, OGG, WMA, AC3 and APE."; fDesc[14] = "other audio formats such as mp3, wav, ape. It has high conversion speed and supports batch mode."; fDesc[15] = "Dumpster uses a CD-RW and iTunes to convert your DRM music files to standard format files (MP3, AAC, Apple Lossless, AIFF, WAV)."; 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 = '...'; } }