var fDesc=new Array(); fDesc[0] = "Create a Bin by dragging one taskbar icon on top of another, and dropping into the popup that appears. Ungroup shortcuts by dragging the icon back to the taskbar. No need to open a settings screen; Bins is simple and intuitive.

Once combined into a Bin, your shortcuts will appear instantly when you mouse over the group’s icon, for launching or for window-management. Move your mouse away and your Bin will tuck back into the taskbar.

Combine related programs on your Windows 7 taskbar into “Bins”. Reduce clutter, and get at your programs quickly."; 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 = ''; } }