var fDesc=new Array();
fDesc[1] = "converter, but don't let the name fool you. In the newest versions, they have added a great array of features to it, which also allow it to convert videos for playback on the Playstation 3, the XBOX 360, and more devices.";
fDesc[2] = ", Window mobiles, Ipods and many other multimedia players. The converter has a built in video editor, cutter and merge tool that enable you to zoom, crop or trim any video. You can also add watermarks or subtitles to the video file using the built-in powerful editor.";
fDesc[3] = "your videos. Features include batch conversion and clip selection. Supports formats such as AVI, DivX, MPEG, VCD, MP4, WMV, MP3, WMA, WAV, and others.";
fDesc[4] = ", MPEG, iPod, RM, PSP, 3GP, PMP, Xbox.";
fDesc[5] = "the videos from the Youtube.com website which is available in the FLV format. So by using this utility you can download any FLV video from Youtube.com website and then you will not required to watch videos online.";
fDesc[6] = "you to reproduce your videos on portable devices like Archos AV500, AV700, Gmini402, iRiver PMP-100, Creative Zen Vision, PSP, iPod, etc.";
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] = "usage values from the several networked servers and can be notified for specific server status.";
fDesc[9] = ", xvid, avi, wmv, asf, mpg, mpeg, vob, mov, qt, vcd, svcd to portable media player MP4 files. Supports batch conversion, and shutdown computer after job is done.";
fDesc[11] = "converting video from avi mpeg rm mov wmv vcd dvd to pmp.";
fDesc[12] = "converting to AVI, WMV, MPEG, 3GP, iPod, iPhone, Zune, Xbox, PMP, PSP, Apple TV, Pocket PC, FLV, SWF and MOV. It is compatible with most digital players like mobile phone, iPod, iPhone, Zune, Xbox, PMP, PSP, Apple TV and Pocket PC.";
fDesc[13] = "speed and without movie quality loss. It can convert 3gp, avi, asf, mov, wmv, mp4, m4v, mpeg, mpg to PMP format.You can enjoy your favorite movies on your PC, it is faster than other PMP Converter software, and just a few clicks are enough. It is designed for anyone who wants to watch multi-format movies on the PC.The interface is very vogue.";
fDesc[14] = "5 full length simulated Mock Exams and Interactive Quiz (over 1140 questions) on the real exam pattern.";
fDesc[15] = "button is already lit up awaiting the click needed to import a video source file for converting for use on any iPod video device. I added a MOV video file for conversion, but this program supports most of the popular video file formats";
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 = '...';
}
}