var fDesc=new Array(); fDesc[0] = "Transform your HD videos, photos, and audio files into rich, multimedia experiences with Avid® Studio movie production software––featuring the same technology used by top Hollywood editors. Edit like a pro with sophisticated photo and video correction tools, a powerful library that organizes all your media in one place, unlimited timeline tracks for advanced effects, and more. In-depth training materials get you started quickly, and the included templates, effects, and transitions provide fresh inspiration for each new project. Integrated disc authoring and a variety of export formats make it easy to share your production with family, friends, and the world."; 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 = ''; } }