var fDesc=new Array(); fDesc[0] = "WolfVision's vSolution Link is a powerful tool designed to increase the functionality of Visualizer systems and cameras. Unique to vSolution Link is the possibility to capture not just video recordings but also audio recordings, as well as streaming Visualizer images onto a network. In addition it comes with a newly integrated annotation tool offering a wide range of painting and writing options to create more effective presentations."; 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 = ''; } }