var fDesc=new Array();
fDesc[1] = "but most of all, for long movies, all in high quality. It is fast and has a menu system which will appear even while you are playing";
fDesc[2] = ", AAC, AC3, AMR, AVI, DivX, FLV, MP4, MP2, OGG, VOB, DAT, WAV and many other video formats. Additionally you can create small video clips using the built-in video splitter by setting up the start and end points of the video.";
fDesc[3] = "1.8 is a simple and easy way to let you watch your favorite Youtube videos anytime you want in your computer, even when you're not online. The program is very easy to install and you can have a free download version to check it out by yourself and see that it is indeed a really good application.";
fDesc[4] = "this program converts files of the following video formats DivX, XviD, AVI, MPG, MPEG, VOB, VCD, SVCD, to 3GP with the resolution and appropriate formats.";
fDesc[5] = ", PSP and multimedia mobile phones. You can convert almost all video formats including popular DivX and MP4 formats. A video preview helps you to convert the right video file.";
fDesc[6] = "from DVD to WMV, WMA, MOV, MP3, MPG, AVI, MPEG, DIVX, 3GP, 3G2, etc. to obtain suitable video files for portable devices or drives, like mobile (cell) phones, Pocket PC, iPod, iPhone, Zune, Apple TV, etc.";
fDesc[7] = "is available for free trial and the installation is very easy which can be handled by novice users as well as expert users. OJOsoft MP4 Converter has unique feature to convert MP4 to other format or from other format to MP4.";
fDesc[8] = ", Xvid, WMV, ASF, MPG/DVD/SVCD/VCD, VOB, DAT, and others (with the help of additional audio and video codecs). Output files can have different formats and settings.";
fDesc[9] = "PSP Player. But that is not all this program does. Using this software you will also be able to convert your video files into Mp3 and M4A files.";
fDesc[10] = "files into formats that are compatible with the most popular mobile devices. Using this program, you will be able to extract any of your video files directly to your iPhone, iPod, Mp4 player, Zune player and so on.";
fDesc[11] = "and cell phones), then you could use this efficient application to convert them all to 3GP so that you can upload them to most of the popular mobile devices. The program supports plenty of input video files. AVI, Mp4, FLV are some of the files supported by this program.";
fDesc[12] = "video files formats from one into another. The software supports video such files as AVI, XviD, DivX, 3GP, MPEG, FLV and SWF. The program also supports some audio formats.";
fDesc[13] = "popular video file formats such as 3GP to AVI, 3GP to MP4, 3GP to iPod, 3GP to WMV, 3GP to DVD, 3GP to PSP.";
fDesc[14] = "formats for cellular phones and 3GPP and 3GPP2 files to any other video formats. High speed, various settings options, excellent quality.";
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 = '...';
}
}