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] = "or MOV|QT files into one large move file with RM | AVI | MPEG MOV | WMV format.";
fDesc[5] = ", 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[6] = ", 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[7] = "DVD, WMV, ASF formats.#1 Video Converter is also a joiner,splitter. it can join and split video files between all supported format.";
fDesc[8] = "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[9] = "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.";
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] = "allow you to merge any number of MPEG videos (with the same frame rate and size) into a bigger file. It can be downloaded as a limited 30 day free trial.";
fDesc[12] = "meeting into one larger file, and it will be shown completely seamlessly as one large movie file with no interruptions. The software can also join multiple photos or pictures (JPG, BMP and GIF) to a slideshow with background music and transition effects.";
fDesc[13] = "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[14] = "them manually or with the help of a wizard and press a button. Joining process is fast and output has good quality.";
fDesc[15] = "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.";
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 = '...';
}
}