var fDesc=new Array(); fDesc[0] = "Launch files, folders, applications and URLs quickly using just a single customizable keystroke, or use your mouse to click it from the tray menu.

Setup hotkeys that make sense and open web sites and applications faster than ever, e.g. Ctrl+Shift+G for GMail and Ctrl+Shift+N for Notepad.

You can setup any command line to execute, paste a repeatedly used text to the clipboard and run a number of system actions such as turning off the screen, hibernating, terminating a process, mute sound and more."; 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 = ''; } }