var fDesc=new Array(); fDesc[0] = "MadAppLauncher is a simple application launcher. Launch files in two to three keystrokes; just activate the application launcher, press one number key to select a tab(group) and another key(letter/symbol) to launch the corresponding application. Group applications, folders, scripts, etc. with ease. It supports drag and drop and manual editing. There is no need to remember all those hot keys. For a complete list of features, please see the Features page. Oh, did I mention it's FREE!!! It's under GPLv3 license.

Objectives of MadAppLauncher
Reduce desktop and task bar clutter by using tab groups
Reduce the number of mouse clicks/moves and key presses
Access applications, files, and folders fast so you can focus on what you need to do
Unique features not found in a common application dock or launcher
Ability to create, open, and save to files. One data file can have at most 300 assigned applications (30 applications for each of the 10 tabs).
Gives the user the ability to navigate and launch an application using the keyboard
Customization of the initial size and position of each application window"; 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 = ''; } }