var fDesc=new Array(); fDesc[0] = "Motion Detection is an experimental application that saves still pictures and/or makes .avi files when anything in motion is detected in front of the selected webcam. The pictures and the frames of the movies are timestamped.
New features include a mask, picture flip/mirror and an "always on top" option.
See the included readme.txt file for important release notes.
Click the green button below to register the program and to obtain a fully functional version without any restrictions."; 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 = ''; } }