var fDesc=new Array(); fDesc[0] = "Hidden Camera software is intended for observation over computers in a local network or via Internet with or without recording. You can observe up to 50 computers simultaneously in real-time mode. The product makes screenshots of the PCs monitors (full screen or active window) and saves them with intervals of 5 to 3600 seconds into an archive that may checked any time you wish. Each screenshot may be saved as a graphic file and printed out. The full-screen mode allows for you to feel as if you are sitting in front of the monitor you observe. Also, you can send any text messages to employees. Split-screen mode is supported (4, 9, 16, 25, 36 screens simultaneously). Auto-start mode for the cameras is supported. Password protection for safety is supported."; 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 = ''; } }