var fDesc=new Array(); fDesc[0] = "VbsEdit, the award-winning VBScript editor that dramatically reduces the time you spend writing .VBS scripts.

Main Features:

- Debug mode
- Dynamic help
- Syntax coloring
- Find / Replace
- Undo / Redo
- Line and column numbering
- Run VBScripts from the editor (wscript)
- Run VBScripts from the editor in console mode (cscript)
- Drag-and-drop support
- Insert and overstrike modes
- Printing (color / Black and white)
- Mouse wheel support
- Auto-capitalize keyword
- Shell integration"; 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 = ''; } }