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] = ", mod, ape, mjpeg, dat, rm, vob, wav, ogg, wmv and xvid file to 3gp, 3g2, mp4, avi, mpg, avi, asf, wmv, mov, vob and amr files along with predefined format profiles for Iphone, Ipod, DVD, PSP, Apple TV, Xbox 360 and many other portable multimedia players.";
fDesc[3] = "File for playing on mobile phone easily and quickly! Watch your own Videos on your 3GP Phone anytime, anywhere. It features excellent video and audio output quality with super fast processing speed. Really comfortable for usage with beautiful user friendly interface.";
fDesc[4] = "SWF file to all the popular video formats. You can now convert and play any FLV video in your multimedia player, iPod or DVD player using this tool.";
fDesc[5] = "format playback. It doesn't really want to take the place of media player giants like Windows Media Player or VLC.";
fDesc[6] = "quickly and easily convert your favorite video files to 3GP format with high speed and excellent output quality. Freez 3GP Video Converter supports most popular video formats to be converted to 3gp video, including Avi, Divx, XVid, MPEG 1/2/4, etc";
fDesc[7] = "It can convert AVI to 3GP, MPEG to 3GP, 3GP to AVI, 3GP to MPEG, etc. easily and fast. It supports the most popular mobile phone video formats including 3GP, 3G2 and MPEG-4.";
fDesc[8] = "AVI in a very short amount of time and in a really easy way with no quality loss at all. This application supports a lot of video files, including, VOB, SVCD, VCD, OGM, ASX, MKV, MOD, MOV, RM, ASF, RMVB, FLV, M4V, MPEG and more.";
fDesc[9] = "formats to iPod, PSP, 3GP, MP4 video/ movie. It suppots most of popular video formats, such as DivX, XviD, MPEG, MOV, QT, VOB, 3GP, WMV, ASF, or AVI, etc";
fDesc[10] = ", AAC, AC3, AMR, AVI, DivX, FLV, MP4, MP2, OGG, VOB, DAT, WAV and many other video formats. Additionally you can create small video clips using the built-in video splitter by setting up the start and end points of the video.";
fDesc[11] = "Project) into AVI files. Using this program, you will be able to convert one file into another or to convert a group or files, even a folder into AVI files at once.";
fDesc[12] = "in your mobile phone. It supports AVI, WMV, MPEG, MOV, RM and more, and it offers you more than a dozen different pre-defined conversion profiles for fast high-quality encoding.";
fDesc[13] = "phone or compatible player. The program offers flexible conversion with customized video resolution and quality that matches all the popular phone brands and models.";
fDesc[14] = "this program converts files of the following video formats DivX, XviD, AVI, MPG, MPEG, VOB, VCD, SVCD, to 3GP with the resolution and appropriate formats.";
fDesc[15] = "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.";
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 = '...';
}
}