var fDesc=new Array(); fDesc[0] = "HTML5 Movie Maker is the all-in-one solution to convert all video file formats to HTML5 compatible OGG, MP4, WebM video formats to play on websites with any Web Browser and Mobile devices.

With HTML5 Movie Maker, you can create a stylish web player with your favorite skin control bar. The versatile editing functions enable you to adjust the video output effect and resolution, crop video size, rotate & flip video, add business watermark and advertisement, etc."; 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 = ''; } }