var fDesc=new Array(); fDesc[0] = "Visual Command Line is a tool which allows you to create bat files (that are used by the Command Prompt of Windows) easily.
Visual Command Line uses categories to simplify the use of the program, it also allows the user to choose a command, add it, and edit the command the way the user wants to."; 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 = ''; } }