var fDesc=new Array(); fDesc[0] = "The Putty Toolkit is an easy to install set of tools that are part of the PuTTY applications, which includes a SCP and SFTP client, Putty Agent, Putty Key Generator, Plink, and the main PuTTY SSH program. It also includes an uninstaller.
The various putty tools in a simple installer makes it easy to add/remove/upgrade the tools in your computer or on a public terminal. The Putty Toolkit creates Start menu options on install for easy access."; 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 = ''; } }