var fDesc=new Array(); fDesc[0] = "Willing Webcam is a tool that helps you capture streaming video and pictures and then saves the files locally or publishes them to your web site, instantly or at preset time intervals. To make your videos really shine, you can enhance them with comments, date and time stamps, watermarks, and various image effects.

This program uses a motion detection sensor to wake your web camera up at the slightest movement. The sensor can trigger an action such as sending an e-mail, MMS image message or SMS text message, saving a video or picture, uploading a file to an FTP site, sounding an alarm, or starting another software application."; 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 = ''; } }