var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "join multiple AVI, MPEG (MPG) or RM (Real Media), WMV/ASF files into one large movie. It can also join most audio files with popular format.";
fDesc[4] = ", 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[5] = ", WMV, VOB and DivX, and more are supported. The user interface is perfect for novice or non-technical users with big icons. The audio or video quality are not altered by the join operation.";
fDesc[6] = "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[7] = "that without decompressing the video files, though avoiding quality loss. The files to be joined should have identical frame size, frame rate and video codec.";
fDesc[8] = ", MPG, MPEG, WMV, ASF, RM, VOB, 3GP, MP4, Divx, Xvid and FLV, into a larger file. The application is really useful for people that want to create a mix of videos with different formats.";
fDesc[9] = "as join VCD, AVI, MPEG, MP4, WMV, 3GP, H.264/MPEG-4 AVC, H.264/PSP AVC, MOV, ASF etc.";
fDesc[10] = "AVI, MPG, MPEG, DAT, VOB, MP4, DivX, MOV, QT, H.264, 3GP, 3G2, WMV, ASF, etc. It features preview of the original and output file, set video size, frame rate, bit rate, resize method.";
fDesc[11] = "splitting operations in just one go. Then, you can select and rearrange the new output files in the order of your choice. The cutting process involves no re-encoding, resulting in new lossless high-quality AVI files.";
fDesc[12] = "files into one larger AVI or MPEG video file.Quick AVI MPEG Joiner can join all formats of avi video files and mpeg video files together. The source avi files can be Uncompressed, MS Video 1, XviD, DivX, MPEG4...formats. The source mpeg files can be MPEG-1, MPEG-2, VCD, SVCD, DVD formats. The source video files can have different video frame size, video frame rate, audio format, audio channel. You can set the output avi or mpeg video file's video frame size, video frame rate, video codec, audio format, audio channel as you want.";
fDesc[13] = "different files all at once you can use this program to join them all together into a larger video file. This program can join two or more AVI files together without losing any of the original files' quality. It will not take more than a couple of minutes to join your video files together.";
fDesc[14] = "you to edit AVI, WMV, DivX, XviD and MPEG files with a lot of different options. The program also allow you to merge different segments of your video files regardless of their formats. The merged files can be saved as AVI and MPEG.";
fDesc[15] = "one large move file with RM / AVI / MPEG / MOV / WMV format without losing 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 = '...';
}
}