var fDesc=new Array(); fDesc[0] = "Smart phones make it easy to make movies. And Movie Studio makes it even easier to make those movies stand out. With a streamlined workflow, powerful editing tools, and a vast array of video and audio effects, the art of moviemaking is right at your fingertips. Add titles, music, effects and transitions and correct image color and audio sounds. Movie Studio offers all the tools and features you'll need to put your masterpiece together, fast."; 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 = ''; } }