var fDesc=new Array(); fDesc[0] = "Allows visual monitoring of computers connected to your network. Observe what your employees are doing in real time! Supports messaging of multimple users on the network. Application works through LAN, WLAN or VPN.

Key features:

1. Automaicaly connecting to clients on the network.
2. Saving Screenshots.
3. Sending messages to the clients.
4. All profile could be saved."; 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 = ''; } }