var fDesc=new Array(); fDesc[0] = "When an editor has to wait for technology, creativity suffers. That doesn’t happen with EDIUS Pro 8. EDIUS Pro 8 means more formats and more resolutions in real time for the ability to Edit Anything, Fast. EDIUS Pro 8 is the perfect finishing tool for professional productions, including documentary and 4K theatrical productions. With more creative options and real-time, no-render editing of all popular SD, HD and even 4K formats, EDIUS Pro 8 is THE most versatile and fastest nonlinear editing software available. And EDIUS Pro 8 comes with GV Browser source management to prepare content for subsequent editing in EDIUS."; 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 = ''; } }