var fDesc=new Array();
fDesc[1] = "including MP4, FLV, 3GP, ASF, MOV, M4V, MPG, VOB, XviD to play your media on portable devices such as iPhone, iPod, Apple TV, Zune, PSP, Pocket PC, PDA, PS3, Archos, iRiver, and others. It lets you trim, join, convert batches of files, get snapshots from scenes and includes a complete video editor.";
fDesc[2] = "cheaper than the average video editing application, but I guess the functionality isn't anything new, seeing that there are many applications that do the same.";
fDesc[3] = "file. The program can merge almost all the popular video file formats including AVI, Divx, XviD, MPEG, WMV, ASF, RM, MOV, 3GP, MP4, FLV and MKV videos.";
fDesc[4] = ", 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[5] = "program just a video joiner because you can change the output video format to AVI, MP4, 3GP, MPEG, WMV, VOB - and this way you can use the program as video converter too.";
fDesc[6] = "wmv into a large one such as avi divx xvid mpeg mov rm rmvb wmv video formats. Extra Video Creator support edit, join, convert video. Especially for the video production beginners. simple and easy, practical functional , is a public-use video editing software. Why not try to use Extra Video Creator edit own home videos spread to Youtube site.";
fDesc[7] = "or MOV|QT files into one large move file with RM | AVI | MPEG MOV | WMV format.";
fDesc[8] = ", MPEG2, ASF, WMV, VOB, and DAT files among each other. Power Video Converter boasts an easy-to-use graphical user interface which really makes it easy to convert files.";
fDesc[9] = "video to pictures. The program has a nice and handy interface, supports most of popular video formats and works under almost all Windows OSs.";
fDesc[10] = "program, you will be able to select different video files and join them together. Once you do that, you will be able to play all the videos you joined together as if it was only one. This useful application supports many video formats, including WMV, MPEG, MOV, AVI and Mp4.";
fDesc[11] = ", WMV or ASF files into one large video file, and save as AVI, WMV, MPEG, MOV (Quick Time), VCD, VCD and DVD format.";
fDesc[12] = ", iPod, PSP, Zune, Mov, MPEG,or WMV/ASF files into one large movie file in AVI, DivX, MP4, iPod, PSP, Zune, MOV, MPEG, WMV or ASF format.";
fDesc[13] = "videos and create one large file by joining them all. Fast AVI MPEG Joiner allows you to set the order of the videos according to you. You get 100% of the video quality after joining process, means no quality loss.";
fDesc[14] = "help users join multiple video files together so that they can play them as if they were a single video file. The program's graphical interface is very intuitive and concise.";
fDesc[15] = "video file. The program is very easy to use. Just add some videos to the file list, change the order of the videos according the way you want them to be played and click on the join button to start the merging process.";
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 = '...';
}
}