var fDesc=new Array();
fDesc[0] = "Ability to define quality on output files, and also extracting video's audio makes it the perfect tool for both new and experienced users.
This is an easy to use and powerful conversion tool that lets you convert various video formats such as DivX, XviD, AVI, WMV, MPEG1, MPEG2, MP4, 3GP, 3G2, 3GPP, 3GP2, RM, RMVB, MOV, SVCD, VCD, ASF, MKV and FLV formats to Mobile Phone video (Mobile Phone-compatible format) and enjoy them in your Mobile Phone with a few clicks.
The program can easily perform batch conversions among the most popular codecs via drag-and-drop transfers into the main window.
Plus, having multilingual interface makes it available in all around the world.
Extract audio from video file and save to MP3.
Convert YouTube video files into Mobile Phone format.
Apply tag information for audio and video output files to make them fully viewable in Mobile Phone .
It's suitable for veterans with just several buttons and few clicks to convert video files. Also beside a user-friendly interface.
Auto-detects your CPU. The output converting will be done at the best converting speed and excellent quality.";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}