var fDesc=new Array();
fDesc[1] = "without your knowledge. WinPatrol was the pioneer in using a heuristic behavioral approach to detecting attacks and violations of your computing environment. It continues to be one of the most powerful system monitors while staying a single small program. As a robust SECURITY MONITOR , WinPatrol will alert you to hijackings, malware attacks and critical changes made to your computer without your permission. As a MULTI PURPOSE SUPPORT UTILITY WinPatrol replaces multiple system utilities with its enhanced functionality.";
fDesc[2] = ", Camcorders, and Network IP cameras. The program broadcasts captured content from your computer or uploads it to FTP server. Broadcasting can be viewed using any Internet browser; no plug-ins or downloads required. The program performs simultaneous recording and broadcasting from unlimited number of cameras. Your camera/cameras can be used as surveillance system. When the program detects motion in the monitored area, it sounds alarm, e-mails you captured images, starts broadcasting, or records video. Live broadcasting as well as recording can be password protected that all video and audio are scrambled and cannot be watched without valid password. The program has features to place image overlays and date/time stamps, adjust picture size/quality, and Pan/Tilt/Zoom control.";
fDesc[3] = "you are using a microphone or have a built-in microphone in your web cam. The trigger alerts can be customized, and you can configure the program to record audio and video when an alert is triggered.";
fDesc[4] = "capture driver or compatible. Now video and audio streaming has been added.";
fDesc[5] = "computer doesn't need monitor, keyboard, and mouse. \"Cyclic\" recording that no \"disk full\" situation. Synchronized video playback from all cameras.";
fDesc[6] = "Network-Cams, WebCams, Video Capture Cards and other http picture sources.";
fDesc[7] = "features and cool applications. Basically, it enables you to turn any webcam, compatible with Windows, into a powerful surveillance utility.";
fDesc[8] = "LuxRiot offers principally new concept for DVR solutions ? ?One Software/Choice of Hardware?.";
fDesc[9] = "example, it can be installed on computers used by children, to track what they do and prevent them from opening programs or web pages with adult content. The program has 5 components: screenshot capture, key logger, website filter, software blocker, and P2P blocker.";
fDesc[10] = "best for you. If you need a surveillance systems that has to cover large areas using multiple cameras, controlled from a single PC. This program can help you.";
fDesc[11] = "users to perform all the modeling, measuring and other operations required for installation of cameras and video surveillance systems. So you will spend less time on estimating lens focal length and the right location of video cameras to get the necessary image on the screen.";
fDesc[12] = ", video/audio logging and broadcasting. Used together with free RemoteView, you can do real time remote surveillance.";
fDesc[13] = "(like USB Webcam or Tv Tuner card) and network cameras or video servers.";
fDesc[14] = "live feed - Up to three PC cam - Send e-mail notices - Schedule monitoring time - Rec";
fDesc[15] = "codec to display and record video in high definition. By default, the program's window is split into 4 squares, which display 1 camera each.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}