var fDesc=new Array(); fDesc[0] = "AlphaEZCam is a webcam application that lets you manage multiple cameras and upload images to web servers. With its built in Wizards you can setup a webcam and quickly create a number of different webcam pages to your web servers, together with automatic image uploads.

This program lives a camera preview, thus letting you monitor your webcams. It also auto-captures and uploads images at specific intervals, and allows you to insert a caption with custom font, color, transparency, date/time stamps."; 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 = ''; } }