var fDesc=new Array();
fDesc[1] = "popular formats. It has a clean interface, and is easy to use. The conversion speeds are good and the output videos are of good quality, which is great.";
fDesc[2] = "formats like AVI, MPEG, MPEG 1, MPEG 2, MPEG 4, VCD, DVD, SVCD, RMVB, RM, WMV. You can also convert your video to audio formats such as MP2, MP3, AC3, RA, M4A, OGG, AAC.";
fDesc[3] = "DVD 9 disc into 2 DVD 5 discs) or convert to different formats like: AVI, WMV, MP4 in profiles that include: Frame rate, Volume, Resolution, Video and Audio Codecs, Video and Audio Bitrate.";
fDesc[4] = "CD and DVD video formats in three clicks. The powerful RM/RMVB decoder supports all RM/RMVB files, even without installing \"Real Player\" itself onto your PC.";
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] = "name suggests, it allows you to convert any AVI file to DVD, VCD, SVCD and MPEG formats. However, this application has been redesigned to better its file support and now manages Mpeg, Mov, RMVB and DivX.";
fDesc[7] = "short amount of time. The program supports the most popular video formats, including AVI, FLV, Mp4, WMV, MP3G and 3GP. This application also allows you to extract audio from your video files.";
fDesc[8] = "to VCD, SVCD, DVD formats that can be played on your home VCD/DVD player. This incredible software includes an Integrated high-speed MPEG encoder that enables you to make DVD-Video files(VIDEO_TS, AUDIO_TS) and VCD/SVCD image (*.bin,*.cue).";
fDesc[9] = "be able to convert any AVI file (including DivX and XviD files) to other types of AVI, DivX, Xvid, MPEG1, MPEG2, or WMV/ ASF formats. This program also allows you to create files in MP4 format.";
fDesc[10] = "DVD, MPEG1, MPEG2, MPEG4 and Divx. Once you convert your files into those formats you will be able to play them on any DVD and VCD players.";
fDesc[11] = "without taking up all of your system resources. You can easily convert and burn any AVI, DivX, XviD, MPEG, MPG, DAT, WMV or ASF video file to DVD, VCD and SVCD, or create VCD and SVCD images (BIN and CUE), and VIDEO_TS folders that you can burn later.";
fDesc[12] = "formats. You can also use this utility to convert WMV, ASF files to VCD(MPEG1),, SVCD (MPEG2), and DVD compatible MPEG formats, (*.BIN, *.CUE) images and ((*.IFO,*.VOB,*.BUP) DVD video files .";
fDesc[13] = "files into AVI, WMV, VCD, MPEG, SVCD and DVD files. This program provides you with the function of converting multiple files into a specific format all at once without losing any quality at all during the process.";
fDesc[14] = "formats in a manner of project with background music (MP3 or WAV) and a presentation suite, including up to 155 available transition effects between displayed photos, adjustable time for each picture to be shown, as a visual presentation (or slide show), etc.";
fDesc[15] = "MPEG2 formats. It even converts to MP4 formats, allowing you to obtain files with the right structure that can be later burned to VCD, SVCD or DVD discs, using a burning application.";
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 = '...';
}
}