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] = ", AVI, Divx, XviD, VCD, SVCD, 3GP. It lets you select subtitle and audio track, and configure output settings like video size, frame rate, aspect ratio, etc.";
fDesc[3] = ", 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[4] = "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[5] = ", 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[6] = ", iPod, Zune, Apple TV, iPhone, Mp4, 3GP, PMP, PSP, Xbox, mp3, ac3, wav, wma, mp2 and Image formats.";
fDesc[7] = ", mpeg, mov, wmv, rm, rmvb, zune, ipod, mp4, swf, flv, 3gp, psp, pmp, ppc, xbox, mp3, gif at high speed and with an excellent output quality. With this incredible program you will be able to enjoy your favorite movies and videos on your portable device wherever you go.";
fDesc[8] = ", RMVB, SWF, FLV, iPod, Zune, Apple TV, iPhone, Mp4, 3GP, PMP, PSP, Xbox, mp3, ac3, wav, wma, mp2 and Image formats.";
fDesc[9] = ", YouTube flv, mp3, wma, wav, gif.";
fDesc[10] = "those people who want to convert the video files they download from YouTube so that they could watch them in Windows Media Player or any other similar media player.";
fDesc[13] = "to avi mov pmp psp ppc xbox mp3 ac3";
fDesc[14] = "mp3 ac3";
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 = '...';
}
}