var fDesc=new Array(); fDesc[0] = "EasyCCTV captures images up to 30 frames per second from any USB video device. The program performs simultaneous recording. Your camera(s) can be used as part of a surveillance system. When the program detects motion in the monitored area, it sounds an alarm, e-mails you captured images, or records video. The application is password protected and may be used as home alarm."; 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 = ''; } }