var fDesc=new Array();
fDesc[0] = "Webcamfirst is a simple and handy tool that captures images from any webcam device using USB. It can be used as a Surveillance System to watch your home, office, children, pets or anything else.
The program has a Motion Detection feature. When it detects motion in the monitored area, it can sound an alarm, upload images to your website or e-mail captured images.
Key features - Webcamfirst free edition:
- Works with webcams on USB (Windows compatible capture device)
- Takes images periodically
- Takes images when it detects motion on a predefined zone
- Titles captured images
- Time stamps captured images
- Distributes images on the network
- Uploads images to a website using FTP protocol
- Emails captured images
- Record captured images
- Sounds an alarm or any music when it detects motion
- Can start automatically at system boot
- Multilanguages interface (see dictionaries)
- Manage up to 9 Webcams
Webcamfirst - simple yet handy and effective tool that can capture the picture from webcams and can be used as a Surveillance System.";
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 = '';
}
}