var fDesc=new Array(); fDesc[0] = "PowerShell Server is a secure access remoting enhancement for Windows. This app allows systems administrators and IT professionals to enable Windows machines with a secure (SSH) remote entry point to a Windows PowerShell host. It can act as a standalone server or can pass remote objects through the included SSHRunspace cmdlet, enabling SSH secured remoting."; 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 = ''; } }