var fDesc=new Array(); fDesc[0] = "Offer you the easiest way to create a unique movie with your favorite pictures, video clips, music, and voice-over. You can edit and liven up your masterpiece with abundant fantastic effects, templates, titles, transitions by simple drag-and-drop operation. Now it's time to export it into various portable devices or various popular video formats."; 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 = ''; } }