var fDesc=new Array(); fDesc[0] = "Many times we know we have some program somewhere in the start menu but just takes too much time to locate its icon and run it. Pretty Run helps you with that as it searches start menu (it can search desktop and any other folder too) for the shortcuts or files that meet your query. You can search as you type or when you press enter. You can search for executable files, help files or any file. Always on top, minimize on run. Last used icons are displayed. Found items are grouped. You can get additional info about any item.
Supports searching web as well. You can setup you search engines by yourself.
In version 4 it supports magic words. You decide which words are shortcuts to your applications or web addresses. It can be used as Windows Run utility. Knows how to minimize all windows and show desktop. User interface is developed further on so you can really quickly start programs, web addresses and web searches.
Knows how to import Slick Run magic words."; 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 = ''; } }