var fDesc=new Array();
fDesc[1] = "every multimedia file format for playing and conversion. A small video preview window helps the user to choose and preview the right video file. You can convert AVI, MOV, QuickTime, MPEG, WMV, ASF, RM, RMVB,DAT,VOB to AVI, MPEG, VCD, DVD, MOV, RM, RMVB, WMV, ASF and many more.";
fDesc[2] = "DVD to PSP conversion speed plus advanced video editing features cannot be found anywhere else.";
fDesc[3] = "mpeg, vcd, dvd, wmv, asf , divx , xvid , avi, mov , quicktime, rm , rmvb to 3GP files playable on most mobile phones. Supports batch conversion, allows you to trim movie, and configure advanced settings.";
fDesc[4] = ", mov, dat, mpeg, wmv, asf, rm, rmvb, vob to avi, mov, mpeg, wmv, rm, iPod,Zune,Apple TV,iPhone, mp4, 3gp, flash swf, YouTube flv, mp3, wma, wav, gif.";
fDesc[5] = ", Xvid, MPEG, WMV, AVI, Real Media, etc. to iPod compatible files at high speed and with an excellent output quality. The program has also the ability to convert nearly any video format into MPEG4 and 640x480 H.264 format iPod Video.";
fDesc[6] = "including AVI, MPEG, VCD, DVD, MOV, RM, RMVB, WMV, ASF supported by popular portable players such as iPod, PSP, 3GP Mobile Phones, Xbox, PPC, PMP, etc. You can configure output settings, extract images, convert batches of files, and more.";
fDesc[7] = "to iPod File for playing on apple iPod easily and quickly! Watch your own videos on your ipod anytime, anywhere in superb video and audio quality";
fDesc[8] = ", DVD, MOV, QT, QuickTime, RM, RMVB. It supports batch conversion, allows you to select start and end points of a segment to encode, and has the ability to automatically shutdown your computer after a job is done.";
fDesc[9] = "audio track, subtitle, output video format and output profile settings like bitrate, frame rate, aspect ratio, etc.";
fDesc[10] = "mpeg mov rm wmv dvd vcd to pmp psp ppc xbox mp3 ac3";
fDesc[11] = "then, they have changed their approach to sell different applications for different devices. This application is no longer available but you can download any of the other applications, which look and feel the same.";
fDesc[12] = "xbox mp3 ac3";
fDesc[13] = ", DIVX, iPod, MP4, 3GP, PPC, xBox, PMP formats.";
fDesc[14] = "vcd, svcd to Pocket PC video (mp4) format.";
fDesc[15] = "of video files such as rm, divx, xvid, avi, wmv, asf, mpg, mpeg, vob, mov, qt, flv, 3gp, swf, nsv to pocket pc video. Now you can enjoy the versatile movies on your Pocket PC wherever and whenever you want. The program has simple settings, a friendly interface, and works at high speeds.";
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 = '...';
}
}