var fDesc=new Array(); fDesc[0] = "Cmd Line Helper (Command Line Helper) is a new program that is designed for system administration
and automation.

The program lets users control and automate the administration
of operating system and applications using command-line interpreter cmd.exe.

Cmd Line Helper can capture command promt output.

The program has autocomplete for the command prompt (DOS commands).

Users can set the display fonts and colors.

Cmd Line Helper has a great feature which allows you to copy output
from the command line to the clipboard or to save (print) it as a file."; 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 = ''; } }