var fDesc=new Array(); fDesc[1] = "and audio conversion. All you have to do is click \"Add\" to import an Audio or a Video file, select the appropriate settings to specify the output format, and then click the \"Start\" button to initiate the conversion process."; fDesc[2] = "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[3] = "frequently used unprotected formats (MP3, OGG, WMA, WAV). Supported input formats are: WMA, M4P, MP4, AAC, MP3, WAV, OGG, AU audio files, AIFF."; fDesc[5] = ", wmv, asf, m4v, m4a, m4p, m4b. It also supports high definition video formats including m2ts, tp, trp, ts, avi, wmv, and common formats such as mp4, mpg, mpeg, 3gp, rm, rmvb, dat, mov,flv, vob, mp3, wav, m4a, wma."; fDesc[6] = "unprotected format.It supports audio to audio, video to video, and video to audio conversion."; fDesc[7] = "format into another. The program supports several audio files, including the most popular ones and some that are not very well known."; fDesc[8] = "also a powerful media converter that supports nearly all the popular media formats."; fDesc[9] = "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[10] = "(video) formats. Legally. Extremely high speed."; fDesc[11] = "all existing input formats. Output formats are non-protected MP3, AAC or WAV for audio and MPEG4 or DivX for video."; fDesc[12] = "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[13] = ", 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[14] = "adding a regularly updated plug-in (including WinAMP). If you can play an audio file on yo your PC that means that you can convert it!"; 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 = '...'; } }