var fDesc=new Array(); fDesc[0] = "Dexpot has so many new features and improvements that a detailed description on one site is impossible. You can find a complete list in the changelog. Full-screen preview is an interactive live overview of all desktops. You can move windows to other desktops by simply dragging them with your mouse.

Other, more advanced features like copying and closing of windows or tiling and zooming of desktops are available via easy-to-use mouse and keyboard controls as well.


Window catalog
Display all windows of a single desktop as tiles. Once you start dragging a window, Window catalog automatically switches to Full-screen preview so you can move the window to another desktop.


Desktop Preview
A miniature symbolic version of the Full-screen preview, but just as powerful. Move and copy applications across desktops with drag-and-drop. Desktop Preview automatically hides at the screen edge when you don't use it.

Desktop Manager
Desktop Manager is a small, always visible toolbar for quick desktop switching. It can be positioned anywhere on your desktop and adjusted in size and orientation. Optionally, it shows the icons of all desktops' active applications.

An additional button may be assigned with frequently used functions."; 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 = ''; } }