var fDesc=new Array(); fDesc[0] = "Solve window clutter, speed-launch desktop shortcuts and access your computer desktop easily with just two mouse clicks.
How many application windows do you have open during your typical computer work? If your answer is "many" - DESKonTOP is right for you!
Windows offers a convenient way to access applications and documents you use often by placing shortcuts to your computer desktop. These shortcuts are fast to click, but what if you have a window that covers your desktop? Minimizing an active window or moving it away to access the desktop may seem a good solution for a while, but what if you work with more than just one or two applications? Those shortcut icons are covered well enough to make you spend a while to minimize or move every window that blocks access.
Opening that same shortcut from the Windows Start menu is even slower. Show Desktop button may seem a solution until you realize that it is impossible to restore your working set after you've launched the shortcut with a single click, and that you have to restore the windows one by one."; 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 = ''; } }