var fDesc=new Array(); fDesc[0] = "VideoScope consists of five main systems:
- image capture;
- image processing and examination;
- image comparison;
- archiving;
- user identification.
VideoScope allows to obtain images from the sources as follows:
- video capture or digital video devices (Digital Video, DV);
- video capture devices supporting TWAIN protocol;
- file system;
- Windows clipboard;
- results of images comparison and processing in VideoScope;
- databases connected to or previously created in VideoScope;
- “Passport”, “AutoDocs” or “FDS” database systems."; 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 = ''; } }