var fDesc=new Array(); fDesc[0] = "The software allows the user to easily shutdown, restart, or logoff active user. It can also send messages,chat or execute commands in remote computers which have installed and configured the Easy Net Control Client (ENC Clients). You are now able to shutdown an entire computer network, with just one mouse click, without moving from your seat. The architecture of this software, provides a more secure control for your network, considering that all ENC clients can be connected to only one fixed ENC Server."; 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 = ''; } }