var fDesc=new Array();
fDesc[1] = "Video Converter supports AVI (DivX, MS MPEG4, Uncompressed, Cinepak and other), MPEG4-1, MPEG4-2, RM and WMV 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] = "formats to AVI, MP4, WMV and 3GP. The converter offers video presets and output profiles for Iphone, Apple Ipod, Apple TV, GPhone, Xbox, Zune, Nokia N-series and many other popular multimedia players.";
fDesc[6] = "popular audio and video formats in the easiest possible way. We can convert our video and audio files, so that we can enjoy them later on our iPhone, NDS, Wii, PSP, iPod, mobile phone, Xbox, and so on.";
fDesc[7] = "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[8] = "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[9] = "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[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] = "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[14] = "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[15] = "multiple-format video converter that is able to re-encode any of the supported video files into any other of the remaining formats. The settings offered for every video codec are fully customizable, thus enlarging the list of possible conversion options.";
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 = '...';
}
}