var fDesc=new Array(); fDesc[0] = "Narrowcasting TV offers a professional solution for controlling display networks. Whether you're just starting with digital signage or you want to optimize your existing network, Narrowcasting TV software makes is the solution.

Narrowcasting TV offers free digital signage software that you can install on a PC. You can connect it to all types of (wide)screens and projectors."; 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 = ''; } }