var fDesc=new Array(); fDesc[0] = "Advanced task switching and program launching for power users - use two consecutive keys to launch and switch to up to 40 different applications and/or files, then use the same two keys to switch to the running applications.
Store up to 8,000 files and programs on Program Picker tiles - access any of the first 1,600 with just four consecutive key presses.
Quick Snap window resizer - Easily resize program windows to halves, thirds, quarters, sixths or eighths of your screen, using consecutive key presses.
Power User (Win X) commands.
System Shut Down Window.
Tablet Mode for touchscreens."; 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 = ''; } }