var fDesc=new Array(); fDesc[0] = "Radmin Server module should be installed on the remote computers to which you will be connecting. It always runs as a service, so it automatically loads when you start Windows.

Radmin is known for its highest security. When you try to connect to a remote computer the Radmin Server prompts you to authenticate securely using a login and password. It also works as a server to provide Text Chat and Voice Chat functionality."; 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 = ''; } }