var fDesc=new Array(); fDesc[0] = "Studio Surveillance is a time-lapse video and CCTV application for continuous recording of security video. It has motion detection capabilities that allow video files to capture movement within the field of view and to ignore periods of inactivity and you can use a mask to ignore areas of your video with regular movement."; 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 = ''; } }