var fDesc=new Array(); fDesc[0] = "The Home Security Center is an invisible and easy-to-use PC and home activity monitoring tool that stores a live audio/video from desktop, webcams and microphones in hidden mode. The video archive can later be viewed with the built-in video viewer and Web viewer remotely.

It can be used at home to control what the members of your family or somebody do or say when you are not watching. It is also a great employee monitoring and surveillance tool that can help you prevent the misuse of corporate resources and other, more serious, incidents."; 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 = ''; } }