var fDesc=new Array(); fDesc[0] = "Moyea Flash Video MX Std helps you to place your videos on your personal web pages, eBay auctions, company websites or blogs with ease. In addition to converting videos to Flash (SWF) and Flash video (FLV), this program provides a Flash player with various skins, dazzling video effects, subtitling, and a large variety of video compression and audio settings. What's more, its batch encoder surly saves you lots of time and energy."; 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 = ''; } }