var fDesc=new Array(); fDesc[0] = "NewTek NDI Tools includes 6 powerful NDI production applications to help you move your shows into the IP-based video space.

These tools allow you to use more devices, applications and files in your workflow, switch more content into your shows, organize your NDI sources and more.

Organize NDI sources into groups and determine whether those sources are public or private on your network. NDI Access Manager allows you to make your NDI sources visible to every system and device on your network, or to select groups."; 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 = ''; } }