var fDesc=new Array(); fDesc[0] = "It is filled by security guards on an entrance. It can insert up to 3 photos of pages of the Passport or Face for each visitor. Capture of images is made from a Web-camera or Scanner connected to a computer.
Automatic filling of the directory of visitors at input new. The directory of employees with search on a surname.
The carrying mode with automatic input of the handed over passings and entering of time of a leaving is realized. Searches on base and the directory of visitors.
Search on a surname, a first name, a second name, num. of the passport, to the address, a place of work, number of the pass. Requirements: Windows 95/98 and above with Internet Explorer 5 and above, web-camera or scanner."; 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 = ''; } }