var fDesc=new Array(); fDesc[0] = "SmartSentry is an intelligent Video Surveillance utility designed to operate unattended for extended periods of time. Features are provided to allow the user to set simple rules to capture varying degrees of movement or activity. If set up correctly, the resultant AVI file will only contain information of interest, eliminating the requirement to needlessly review long periods of video. This technique also results in very high effective compression rates, for example: a relatively static scene can be monitored at 10 frames per second for well over 10-hours to produce an output AVI smaller than 50 Megabytes. Output can be viewed using the standard Windows Media Player or Active Movie Player."; 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 = ''; } }