var fDesc=new Array(); fDesc[0] = "Summary CamGuard Security System turns your PC with WebCam into an advanced Video Security and Surveillance System.
By WEB BROWSER,Remote View Client and Mobile telephone(wap),You can effortlessly monitor your home, office, parking area or any other premises 24-hours a day. It supports multiple network modes,include LAN, and it can penetrate NAT. It embeds DDNS system, with one fixed ID, you can implement remote access.
With this software you can record video with a programmed schedule. It uses MPEG-4 compress format. The video record size is about only 120~250M/Hour.
This software provides customizable Alerts like Video Recording, Photo Snaps, Sound Alarms, E-mail Notifications and phone. You can configure Alerts to run on Motion detection. Multiple Alerts can be selected to run simultaneously. The Quick Settings section for every Alert makes it very easy to customize Alerts. You can also schedule Monitoring sessions.
Home Editon supports one camera. 4 Channels version supports 4 cameras on one computer."; 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 = ''; } }