var fDesc=new Array(); fDesc[0] = "NetMan supports a variety of Webclients for running applications from your Browser. Using the NetMan RDP WebClient you can access your Windows Server 2003 over the Microsoft-Protocol RDP with extended functions.
Use of the NetMan RDP Web Client is different depending on the type of web browser in which it is being run."; 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 = ''; } }