var fDesc=new Array(); fDesc[0] = "Featuring a basic, entry-level range of tools and features, our EDIUS® Neo 3 software is ideal for those new to video editing. Yet, it also provides powerful nonlinear editing features common to all EDIUS solutions, such as real-time, multi-track, mixed-format HD/SD editing, chromakeying, titling, and both Blu-ray Disc and DVD authoring."; 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 = ''; } }