var fDesc=new Array(); fDesc[0] = "Terminal Server Console, or TSCon, addresses these issues and wraps RDP into a neat package to help system administrators organize frequently used servers and workstations. TSCon can connect to Active Directory and Windows Networking to locate servers and workstations to connect to. All remote sessions are displayed in their own tab which makes it very easy to see what connections you have open, and switching between them is as simple as switching between tabs.
New to TSCon3 is the ability to open a web browser in a tab. Great for those web enabled remote administration pages such as HP's iLO or IBM RSA cards."; 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 = ''; } }