var fDesc=new Array(); fDesc[0] = "Convert popular video files, such as AVI, WMV, ASF, MPG, MPEG, MOV, QT, RM, RMVB, FLV, VOB, to mobile formats.
Dub your video with your own voice or any soundtrack you fancy.
Personalize your video with multiple picture and/or text watermarks added.
Support Batch conversion, file drag-drop, shutdown on finish, and can join multiple input videos to one single output file."; 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 = ''; } }