var fDesc=new Array();
fDesc[1] = "it possible to convert from a wide range of video formats to audio/video files. We can use it to convert FLV, AVI, MPG, MP4, WMV, 3GP, MOV, RM, ASF video files to AVI, XViD, MPEG4, H264, and DivX video files; and MP3, and WAV audio files.";
fDesc[2] = "care of pretty much all your converting needs. However, this is not a free application. It supports most common formats and, of course, formats like AVI, MPEG1/2/4, CD/SVCD/DVD, DivX, XVid, ASF, WMV, RM, QuickTime MOV, and Flash SWF are there.";
fDesc[3] = "makes DVDs. It supports almost all formats of video files to make DVD files; you can convert AVI, MOV, MPEG, Internet clips, DVC, webcam videos to DVD.";
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] = "DVD, WMV, ASF formats.#1 Video Converter is also a joiner,splitter. it can join and split video files between all supported format.";
fDesc[6] = "video formats MPEG to 3GP, AVI to 3GP, WMV to 3GP, and extract audio tracks from supported video files. Magicbit 3GP Video Converter support Nokia, Motorola 3GP/MP4 video, can convert MPEG, AVI, WMV, MP4, VOB, DV, MOV, animated GIF, SWF, MPEG4, etc, to 3GP file formats. In addition, you can get converted video MPEG, MPEG4/AVC/H.264, WMV, MOV, MP4, AVI, DivX and audio formats ASF, WAV, WMA, MP3, m4a, MP2, OGG, etc, from your 3GP video files Our 3GP Converter is based on very fast conversion speed on every computer, and it runs great on Intel and AMD processors. All encoders/codec are built-in, it can convert any clip or segment with excellent output quality.";
fDesc[7] = "mpeg, vcd, dvd, wmv, asf , divx , xvid , avi, mov , quicktime, rm , rmvb to 3GP files playable on most mobile phones. Supports batch conversion, allows you to trim movie, and configure advanced settings.";
fDesc[8] = "to AVI, or encode to AVI the videos you burnt into VCDs and SVCDs. You can select which parts will be converted, as well as change the aspect ratio, or the video and audio quality.";
fDesc[9] = "one into another in a very easy way and without any quality loss at all. The program supports many formats such as MPEG-4, AVI, DVD, DIVX, MOV, ASF, WMV, WMA, MPEG, MPEG 2, MPEG1, and many others.";
fDesc[10] = "you to convert audio files like MP3, WMA, WAV, M4A, AAC, AC3, and OGG to audio-only video file, like for instance MP3 to AVI.";
fDesc[11] = "This efficient conversion tool allows you to create video files from image files. But that is not all this application does. Using this software, you will be able to convert video files from one into another. This program allows you to convert AVI and WMV files into MPEG files.";
fDesc[12] = "into audio files, so you can listen to them anytime you want without having to play a video. Maybe you would like to take some of your video files' soundtracks or sounds with you, then this program will be really useful to you.";
fDesc[13] = "MOV, WMV video to Xvid video formats. You can play these converted Xvid files on number of devices like iPod, mobile phone, PSP, Zune, MP4 Player etc.";
fDesc[14] = ", splitter and even as an editor too. These features are very useful for all types of users. One can change certain technical aspects of a file - namely frame size, frame rate, video and audio compression mode.";
fDesc[15] = ", including AVI, MPEG1, MPEG4, DivX and Xvid. Using this application, you will be able to convert your video files and extract them to your PSP device and watch them anytime, anywhere you want.";
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 = '...';
}
}