var fDesc=new Array(); fDesc[0] = "Moyea Flash Video MX Pro helps you convert DVD and video to Flash streaming video format for faster video delivery online. You can add image and text watermark to videos to show your company logo, brand or label. With the output sample HTML code, you can embed and publish video to web page without coding on your own.

The Flash encoder can handle most your standard-definition videos, high-definition videos from digital cameras and camcorders, and DVD movies. You can bring various file in different formats like MTS/M2TS, TS, MOD, TOD, WMV, AVI, MPG, MOV and get FLV and SWF for sharing online."; 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 = ''; } }