var fDesc=new Array(); fDesc[0] = "Multi User Desktop improves the way you work with Windows, Business Tasks and the Web. You can use unlimited number of desktops. Each desktop can be assigned & customized for different uses. You can even connect different desktop to different PCs using the Professional version.

Main features:

- Launch and use applications on different desktops
- Retain all Windows™ functionality
- Create custom desktops
- Create Remote Desktop to remotely control other computers like if you are there.
- Login simultaneously with different Windows users into different desktops
- Use each desktop's unique application start-up configuration
- Customize display resolution, wallpapers, icons and shells
- Use of 3D & 2D desktops (it's more fun than it sounds, trust us)
- Choose among integrated attractive wallpapers
- Move and organize your icons, shortcuts, documents & tasks to your liking
- Seamlessly integrate additional desktops
- Decorate desktops with favorite digital pictures
- Protect each desktop with Advanced Password Protection
- Worry NOT about rearranged icons - Icon Manager saves the exact position of each icon
- Create multiple profiles using Profile Manager
- Load the same profile onto multiple PCs in a corporate environment
- Gain better control over all tasks with enhanced ALT TAB 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 = ''; } }