var fDesc=new Array(); fDesc[0] = "Blackmagic SmartView Utility is perfectly designed for building a video wall of monitors showing all your video sources such as live production switchers, video servers, routers and cameras. Being incredibly thin it’s perfect for portable setups where you need to save space. You can install SmartView monitors in fly away kits, broadcast trucks, equipment racks, edit desks or anywhere you need good quality video monitoring or scopes."; 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 = ''; } }