var fDesc=new Array(); fDesc[0] = "The voLANte solution includes control and management options from the Conductor family of products. Conductor provides intuitive and powerful management of equipment configuration, content management, DVR recording and playback, bandwidth utilization, and matrix switching of video, audio, and control signals. Free version of SVSi's video network management software for voLANte video-over-IP products"; 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 = ''; } }