var fDesc=new Array(); fDesc[0] = "VEGAS Pro 14 is your project companion from start to finish. Edit professional video and audio material in high resolution formats up to 4K. Discover workflow-optimized plug-ins for image stabilization, design dynamic titles and create custom DVDs and Blu-ray Discs. Experience a new type of creative freedom with VEGAS Pro 14."; 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 = ''; } }