var fDesc=new Array(); fDesc[0] = "Do you often have to multitask with many applications at once? Are you running out of space on the taskbar? Well, you're not alone. Most users experience frustration of trying to find windows they need on the crowded taskbar. Too many applications make the taskbar cluttered, unmanageable and quite often we find ourselves hunting for an application, rather than doing our actual work. Fortunately, there is a solution.
Taskbar Helper is a little software utility that allows users to get rid of the "too-many-applications-in-the-taskbar" problem and it does so in a clean and smart way: you can either hide applications from view or minimize to system tray (near the system clock) where they sit as small icons waiting for the user to bring them up. Below you can see screenshots of the main dialog of Taskbar Helper:"; 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 = ''; } }