var fDesc=new Array(); fDesc[0] = "NR enables you to record and view screenshots of the activities of other users in your local network. You can see what any user did any day/hour, you can browse through the screens using sophisticated user-interface and search tools. You can even set alerts on specific words or actions.NR uses the vLog's patent-pending recording engine so it does not utilize too much CPU and disk-space. The user in the recorded client doesn't feel it. It is also secured so no one can view the recordings."; 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 = ''; } }