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[4] = ", 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[5] = "versatile product, which gives complete control over the organization of the music, master tempo, playlists, and the cueing of the music for all the novice DJs.";
fDesc[6] = "unprotected format.It supports audio to audio, video to video, and video to audio conversion.";
fDesc[7] = "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[8] = "format into another. The program supports several audio files, including the most popular ones and some that are not very well known.";
fDesc[9] = "also a powerful media converter that supports nearly all the popular media formats.";
fDesc[10] = "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[11] = "(video) formats. Legally. Extremely high speed.";
fDesc[12] = "files you bought, by removing the DRM protection, and converting them in compatible audio or video files. This way, you will be able to use them in any MP3, mobile phone, desktop DVD player or other compatible players";
fDesc[13] = "all existing input formats. Output formats are non-protected MP3, AAC or WAV for audio and MPEG4 or DivX for video.";
fDesc[14] = "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[15] = ", 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.";
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 = '...';
}
}