var fDesc=new Array(); fDesc[0] = "ACTi NVR Professional is a surveillance software with video management.
Main Features

- Manage up to 64 IP cameras or video encoders
- Support H.264/MPEG-4/MJPEG formats up to Megapixel resolution
- Live view with 1, 4, 6, 8, 9, 12, 16, 36, 49, 64 window layouts
- PTZ and speed control, preset points and tours, mouse PTZ
- E-maps with camera icons and mini live views
- TCM/TCD device dual stream management
- Scheduled, event triggered and manual recording
- Time and event based search
- Full screen playback with AVI video export function
- 4-channel synchronized playback
- Event management with motion detection and DI/DO
- Two-way audio, multi-channel audio broadcast
Support multiple language: Czech, Chinese(Simplified), Chinese(Traditional) , Danish, German (Standard), Greek, English (United States), Finnish, French (Standard), Italian (Standard), Japanese, Portuguese, Romanian, Russian, Swedish, Thai, Turkish"; 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 = ''; } }