var fDesc=new Array(); fDesc[0] = "Observation over computers in a local network or via Internet with or without tracking. You can observe up to 50 computers simultaneously in real time mode. The product makes screenshots of the PC 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. Multiscreen mode is supported:4 or 9 or 16 screens simultaneously. Autostart mode 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 = ''; } }