var fDesc=new Array();
fDesc[0] = "» Convert all popular video and audio formats to MP4, 3GP, 3G2, FLV, MOV, MPG, AVI, MP3, AAC, M4A.
» Convert DVD movies to MP4, 3GP, 3G2, FLV, MOV, MPG, AVI, MP3, AAC, M4A.
» Extract audios from videos and convert them to MP3, AAC, M4A.
» Convert videos and audios for Portable Media Players, include iPhone, iPod Classic, iPod nano, iPod touch, iPad, Apple TV, Google Android, BlackBerry, Zune, PSP, PS3, XBox, Mobile Phones, etc.
» Add ssa, ass, smi, psb, srt subtitles to video, you can change subtitle color, font, add subtitle shadow effect, sync the subtitle time.";
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 = '';
}
}