var fDesc=new Array(); fDesc[0] = "Video monitoring software for internet and network IP cameras.

Features:

-All cameras mode can be controlled all at once or individually
-Continuous recording of live video feeds.
-Software motion detection and recording. Adjustable trigger level. Record for specified time prior to motion detection. Continue recording for specified time after motion has ended.
-Recording is stored in compliant MPEG format, that is user configurable in terms of the video codec. This then allows the user to specify from uncompressed upto XVID highly compressed encoding.
-Event management, whenever any event is logged, a thumbnail snapshot with time index and location is stored. This allows the user to quickly jump to any time index in a video file by simply clicking on the image thumbnail for the event.
-Quick Trackback allows user to view the recent past, quickly frame-by-frame, without interruption of the continuous or motion recording states. This is a useful feature when some event was observed and the user would want to quickly respond and view the last 15s from the camera
-Playback window allows for the replay of any recorded video, with a filter for camera location, recording date and time. Alternatively any external video player such as VLC or Windows Media Player can be used."; 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 = ''; } }