var fDesc=new Array(); fDesc[0] = "VideoMonitor is an easy-to-use free webcam recorder application that can capture images from any video devices including Webcams and USB cameras, save the video in WMV format to your disk, and take snapshots automatically based on a user-defined time.

Some of VideoMonitor's features include:videoMonitor is completely free;capture video directly to your hard drive;record from your webcam or video input device;monitor multiple webcams simultaneously.
It can display up to 9 cameras every group at the same time and support up to 4 groups, that is 36 cameras."; 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 = ''; } }