var fDesc=new Array(); fDesc[0] = "Webcam Surveyor facilitates monitoring and recording of webcams. It can automatically detect motion and start recording & streaming. Built-in FTP, email clients, and file explorer provides remote storage and email alerts. Webcam Surveyor is a tiny app that utilizes very less memory and requires at least 15 MB of hard disk space."; 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 = ''; } }