var fDesc=new Array(); fDesc[0] = "Moyea FLV Converter SDK offers the professional and technical solutions for you to convert FLV into video files of various formats directly online with ease and efficiency, and this set of SDK can enable your multimedia programs to convert the FLV files in the customized way. With exclusive video and audio extracting technologies embedded in it, Moyea FLV Converter SDK supports converting most of the existing FLV files into other video file formats, such as mp3, wma, amr, avi, 3gp, mpeg, wmv, mov, DVD/SVCD/VCD, 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 = ''; } }