var fDesc=new Array(); fDesc[0] = "AltDesk is Virtual Desktop Manager for Windows, which makes your daily work easier.

Modern computers' power is enough to let you run numerous applications at the same time. You can surf the Internet, listen to the music and chat with your friends at once, but the more tasks you launch, the harder it becomes to manage them. That's when you might start thinking of getting the second monitor. AltDesk gives you a better choice. It creates several Virtual Desktops you can easily switch. Switching from an office application to your favorite Internet browser can be done in a blink of an eye without maximizing and minimizing numerous windows manually or switching them with the Taskbar. With AltDesk you can create as many Virtual Desktops as you want and switch them with ease. You don't even need to remember, where you've put a certain application's window as its icon is displayed by AltDesk. You can also easily swap tasks between Desktops, using Drag and Drop."; 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 = ''; } }