var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "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[4] = ", MOV, QT, MID, RMI video formats to AVI, DivX, WMV, VCD, SVCD, MP4, MPEG and WMV. This software tool is very useful for creating video clips and includes built-in DVD and Audio-Video players for displaying and monitoring all kind of video or audio format files.";
fDesc[5] = "most popular websites into different video formats. By using this software, you will be able to convert FLV files into AVI, 3GP, MP4, WMV, MP3 and MPEG.";
fDesc[6] = "cell phones, then you should give AVI to 3GP a try. This program will allow you to convert any of your AVI files so that you can extract them to the mentioned devices in a very fast way. AVI to 3GP is completely free.";
fDesc[7] = "files formats, such as AVI, 3gp, ASF, FLV, OGM, RealMedia, DivX and many more. You can play a file, URL and CD/DVD, SVCD. Moreover, it allows you to watch video files during the downloading process. It has a simple fully customizable interface.";
fDesc[8] = ", iPhone, Zune, PSP, Mobile Phone, MP4, /MP3 Players, etc. You can play, trim, add effects like old film, grey or emboss, crop, and convert the video files.";
fDesc[9] = "allows you to convert a lot of video and audio files, including MJPEG, DivX, XviD, AVI, DAT, MPG, FLV, Mp4, M4V, WMV, ASF, QT, AAC, AC3, AU, FLAC, WMA, Mp3 and Mp2, into 3GP, 3G2 and Mp3 files.";
fDesc[10] = "and converters is always a big one, seeing that there are a lot of websites that offer flash videos to view or download. There are a lot of people who need to convert those FLV files to other formats that are more widely played, such as AVI, 3GP, MP4, WMV and ASF.";
fDesc[11] = "soundtrack from your video files. It supports all the best-known video codecs (AVI, MPEG, WMV, 3GP, MOV, Flash Video, and more) and the most-used portable players (iPod, Zune, Xbox360, or PSP). Its simple interface needs no help, and it takes a few clicks to make a full video conversion.";
fDesc[12] = ", MPG, MPEG, WMV, ASF, RM, VOB, 3GP, MP4, Divx, Xvid and FLV, into a larger file. The application is really useful for people that want to create a mix of videos with different formats.";
fDesc[13] = "AVI to 3GP format and then enjoys them whenever and wherever. This application allows you to convert 3GP files into AVI files. The program supports Divx and Xvid encode AVI format.";
fDesc[14] = "into 3GP so that they can extract them to portable devices such as iPod, iPhone, cell phones, Zune Player and so on. The supported video formats are AVI, MPEG, WMV, MP4, XVID, DAT, ASF, MOV and many more.";
fDesc[15] = "popular video file formats such as 3GP to AVI, 3GP to MP4. All conversion processes of Aglare 3GP to AVI Converter are very fast and easy to handle. Key Features: It is so easy to use that only a few clicks are enough to convert 3GP to popular video file formats such as 3GP to AVI, 3GP to MP4. The converter provides super fast 3GP converting speed, beyond your imagination. This video converter is capable of converting so many formats with the most excellent quality. The interface is professional and cool.";
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 = '...';
}
}