var fDesc=new Array(); fDesc[0] = "SWF to HTML5 Movie Maker is a program equipped with powerful conversion features for flash users converting SWF animations to HTML5 videos. You can change the flash animations quality by changing the brightness, contrast, hue, saturation, trim the imported SWF files to an ideal size by setting the width and height, rotate or flip flash SWF animations, cut an original flash SWF file into small segments and grab a picture from SWF as the HTML5 poster."; 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 = ''; } }