var fDesc=new Array(); fDesc[0] = "Cisco Video Surveillance Virtual Matrix Software enables an operator or application to control and display video on any number of local or remote physical and virtual monitors. Much like a classic video matrix switch, it uses the IP network to provide aggregation and transmission of video from cameras and recording platforms. Benefits include:"; 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 = ''; } }