var fDesc=new Array();
fDesc[2] = "unprotected format.It supports audio to audio, video to video, and video to audio conversion.";
fDesc[3] = "format into another. The program supports several audio files, including the most popular ones and some that are not very well known.";
fDesc[4] = "also a powerful media converter that supports nearly all the popular media formats.";
fDesc[5] = "(video) formats. Legally. Extremely high speed.";
fDesc[6] = "all existing input formats. Output formats are non-protected MP3, AAC or WAV for audio and MPEG4 or DivX for video.";
fDesc[7] = "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[8] = ", 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[9] = "video formats. It supports many DRM video formats such as wmv, wma.";
fDesc[10] = "formats. It supports audio to audio, video to video, and video to audio conversion.";
fDesc[11] = "video to iPhone compatible formats. It supports audio to audio, video to video, and video to audio conversion.";
fDesc[12] = "phone compatible formats. It supports audio to audio, video to video, and video to audio conversion.";
fDesc[13] = "compatible formats. It supports audio to audio, video to video, and video to audio conversion.";
fDesc[14] = "audio formats. It totally supports popular iPhone formats such as mp4, m4a, H.264, mp3.";
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 = '...';
}
}