var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "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[4] = ", 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[5] = "formats to all types of mobile-based video formats including the Symbian phones. This tool allows users to adjust various parameters like volume of audio, adding subtitles and many more features packed in one program.";
fDesc[6] = "every multimedia file format for playing and conversion. A small video preview window helps the user to choose and preview the right video file. You can convert AVI, MOV, QuickTime, MPEG, WMV, ASF, RM, RMVB,DAT,VOB to AVI, MPEG, VCD, DVD, MOV, RM, RMVB, WMV, ASF and many more.";
fDesc[7] = "formats. Once you have chosen the file to convert, it will play it, showing you information about the flash version that was used to create it, total length, frame rate, and movie size.";
fDesc[8] = "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[9] = "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[10] = "videos) into PC-compatible formats, such as AVI; and vice versa .The program can also extract the audio from these video files and export it as MP3.";
fDesc[11] = "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[12] = "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[13] = ", MOV and ASF to 3GP allowing you to play them with your mobile phone. You can edit video clip, process batches, and capture scenes to images.";
fDesc[14] = "reproduction on compatible mobile phones. It includes a DVD ripper and a video converter with output editing tools such as crop, trim, brightness, contrast, saturation controls and effects such as gray, emboss, and negative.";
fDesc[15] = "files compatible with most portable media players including iPod, PSP, iPhone, and Mobile Phones. Supports batch conversion, lets you trim, and configure advanced output settings.";
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 = '...';
}
}