var fDesc=new Array(); fDesc[0] = "Desktop Switcher is a simply utility for the Windows XP Operating System to manage 'virtual' workspaces/desktops. It will integrate smoothly into the desktop panel.

Key Features:

-Virtual Desktops/Workspaces for Windows XP.
-Integration into the windows panel.
-Move windows between the Desktops by drag 'n drop or by using the windows menu.
-Set a window "sticky": always visible.
-"Mini-Windows" give an overview from each Desktop.
-On Screen Display (OSD) for the current Desktop number.
-Automatic Desktop switching if a window from another Desktop is requested.
-Support for "Flashing-Windows" (notify for new messages in Mirc for example).
-Keep a window above all others by selecting "Always on top" from the windows-menu."; 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 = ''; } }