var fDesc=new Array(); fDesc[0] = "Transform your PC into a professional live production control room. Build your own live production switcher with the specifications you need using any Blackmagic Design Device and a Windows computer.

Stream to multiple platforms including Livestream, Ustream™, Akamai™, Adobe Media Server™, Zixi™, Wowza Streaming Server™, Facebook Live, Twitch, Youtube Live™.

Record in broadcast quality MJPEG AVI with up to 4 simultaneous isolated recordings."; 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 = ''; } }