var fDesc=new Array(); fDesc[0] = "Universal, easy-to-use editor for Windows Script Files (*.wsf) and scripts (*.vbs, *.js, ...). Re-usable parts of a script code can be referenced as external script files, while the project-specific code is embedded into the project (*.wsf). Customizable Object Browser to display methods and properties of the most used objects. Workspaces to organize projects. Smart syntax help and syntax highlighting. User-defined tools.
Script and projects can be executed by Windows Script Host or MS Script Control."; 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 = ''; } }