var fDesc=new Array(); fDesc[0] = "The Supervisor VS is a digital video management and reception software for PCs under Windows to remotely connect to any of the VX, VS, PeCo and POS units and receive the images from the CCTV cameras of the premises they are installed in. With the Supervisor VS you can carry out the remote visualization and operation of any of VS units of the user installations."; 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 = ''; } }