var fDesc=new Array(); fDesc[0] = "Make Hollywood-style movies faster and easier. Import and edit HD and stereoscopic 3D files, use compositing and color-correction tools, apply 5.1 surround sound mixing, and more. Deliver your movies any way you want. Upload them to YouTube™ and Pixelcast™ (a new website from Sony for sharing and collaboration), burn them to Blu-ray Disc™, or author DVDs with custom menus and graphics. With its inviting interface, intuitive workflow, and impressive editing tools, Movie Studio Platinum puts professional-grade moviemaking right at your fingertips."; 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 = ''; } }