var fDesc=new Array(); fDesc[0] = "PSPad is a freeware programmer's editor for Microsoft Windows operating systems, useful for people who:

- work with various programming environments
- like highlighted syntax in their source code
- need a small tool with simple controls and the capabilities of a mighty code editor
- are looking for a tool that handles plain text
- want to save time - PSPad offers rich text formatting functions
- need a tool that offers user extension capabilities
- want to save money and still have the functionality of professional products because PSPad is free for commercial and government purposes too."; 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 = ''; } }