var fDesc=new Array(); fDesc[0] = "Executor is a multipurpose launcher and a more advanced and customizable version of windows run.
Main features:
- Keywords have properties like shortcuts, and you can for example drag-drop a shortcut/file/folder/favorite to add it as a keyword.
- Besides keywords, Executor can also optionally and dynamically add matching start-menu items, control panel items and other handy items to the drop-down/list.
- Optional show icon for current keyword/input.
- Optional show drop-down box for current keyword/input (auto-completion)."; 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 = ''; } }