var fDesc=new Array(); fDesc[0] = "Video Pilot Client (VPC) is a remote client software for i3international video surveillance products. You can use this program to monitor multiple cameras in its interface. VPC supports Picture-in-Picture digital zoom, AVI/MP4/i3Encrypted video backup, etc. You can use color codes to sort cameras into various groups; this is useful in identifying cameras at specific sites, for example. Up to 4 separate instances of VPC can be opened simultaneously."; 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 = ''; } }