var fDesc=new Array(); fDesc[0] = "PromptPal is a replacement for the command prompt and PowerShell consoles. It turns these powerful but unwelcoming tools into a friendly and helpful Windows program, whilst still routing all your instructions through Microsoft’s dependable command processors.

PromptPal command prompt replacement is highly configurable, and provides Windows-style editing, command completion, command history, syntax help, a tabbed interface and much more."; 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 = ''; } }