var fDesc=new Array(); fDesc[0] = "Vista Imaging’s MultiCAM Utilities provide you with the capability of connecting multiple ViCAM based digital cameras, such as the Vista Imaging ViCAM and 3Com HomeConnect PC Digital Camera, to one computer and access to them independently as separate capture devices.
This MultiCAM capability is accomplished through new ViCAM software, drivers, and libraries that have been redesigned to facilitate using multiple ViCAM based digital cameras connected to a single computer at the same time. Additionally we have created a MultiCAM camera and driver configuration application we call the “MultiCAM Wizard”, that allows you to install and personalize cameras and their related capture device drivers on your system."; 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 = ''; } }