var fDesc=new Array(); fDesc[0] = "Broadcasters are always looking for the best solution to get graphics on air as effectively and quickly as possible. Viz Trio provides a solution to get the highest quality graphics on air for your broadcast with the least amount of effort. Viz Trio is the number one character generator (CG) for live televised events anywhere on the globe. It's the system's flexibility and the high level of built-in intelligence that sets it apart."; 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 = ''; } }