var fDesc=new Array(); fDesc[0] = "This application is a desktop-switcher/pager for Windows Vista/7/XP/2000 to manage 'virtual' workspaces/desktops. It will integrate smoothly into the desktop panel. It can provide unlimited support for so called 'virtual desktops' or 'workspaces'. Some key features are: arrange the running applications on different desktops to improve overview
integration into the panel, several patterns possible, 64 bit support, move windows between desktops by drag 'n drop or by using the window menu, optional keyboard shortcuts for switching the desktop, set a window "sticky": always visible, "Mini-Windows" give an overview from each desktop and more."; 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 = ''; } }