var fDesc=new Array(); fDesc[0] = "If you would like to start a program e.g. "MYAPP.exe" through the run dialog box (Winkey R ) Windows first search the current WINDOWS and WINDOWS\SYSTEM also PROGRAMFILES and root drive (eg. c:\ ) folders for this file. If it's not found, Windows will continue to search for it in the %PATH% variable and if it's still not found, searches the list which AppPathz is showing to you! If the EXE name is found, Windows will simply execute what you have configured, even if it's a total different file. Edit the existing entries to your needs or add a new one. AppPathZ allows you to launch any application from the Windows Run menu."; 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 = ''; } }