var fDesc=new Array(); fDesc[0] = "With CC-CAM, you get photos of the intruder on your mobile phone, allowing you to verify the nature of the intrusion. This avoids stress for long minutes to finally find that the alarm was triggered by the cat or dog.

Telemonitoring.
To keep an eye on his home, an internet connection is the ideal solution. The FTP part of CC-CAM allows you, from any PC in the world to monitor what is in the field of vision of your camera.

Work with Windows XP/NT/2000/Vista"; 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 = ''; } }