var fDesc=new Array(); fDesc[0] = "MP4-Cloner is a free versatile program to edit MP4 video files recorded with our video capture tool. It enables you to trim, combine, convert and burn your MP4 videos (H.264 encoding). With MP4-Cloner, you can cut one MP4 video to save only wanted sections or split it into several smaller files. On the contrary, you can also combine multiple split videos into one large file. Besides, the conversion function enables you to convert MP4 videos to other formats such as MPG, AVI, MOV and TS. What's more, MP4-Cloner enables you to convert normal MP4 videos to family-video-discs/B-family-video-discs video format and then burn them to family-video-discs/B-family-video-discs discs. The guided interfaces show you main functions very clearly, which will make the MP4 video editing super easy."; 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 = ''; } }