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[3] = ", 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[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] = "all existing input formats. Output formats are non-protected MP3, AAC or WAV for audio and MPEG4 or DivX for video.";
fDesc[10] = "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[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] = "formats. It supports audio to audio, video to video, and video to audio conversion.";
fDesc[14] = "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[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 = '...';
}
}