var fDesc=new Array(); fDesc[0] = "Recool HTML5 Video Converter converts any Video to HTML5 and Watch video on all browsers and all devices, with or without Flash Player, publish HTML5 video and view HTML5 video on all smartphones, such as iPhone/iPad /Android/Windows Phone 7/Blackberry, you can enjoy online video through all portable devices, anytime, anywhere!
Multiple input formats, including AVI, FLV, MOV, MP4, MPG, MTS, RMVB...
Support all HTML5 video formats: HTML5 MP4/WebM/OGG video.
Powerful video/audio editing.
Select HTML5 player and add image Ad on HTML5 Video.
Support all browsers and all devices."; 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 = ''; } }