var fDesc=new Array(); fDesc[0] = "Security Monitor Pro is a video security and surveillance system that can make use of your webcams and IP cameras. When motion is detected, you can configure this program to create a video recording of the event, take photos, sound an alarm, or send you an email notification.

Each camera can have its own setting for motion detection, recording, and actions. You can schedule cameras to monitor for motion between certain times, or on particular days of the week."; 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 = ''; } }