var fDesc=new Array(); fDesc[0] = "The unique feature of Crystal Desktop is the taskbar integration, so you can switch to the neccessary desktop with just one click. To make each virtual desktop unique, Crystal Desktop allows setting background images, icons, and even screen resolutions for each desktop.

To move windows, users need only to drag and drop, as in Linux/KDE or click a right mouse key on the top of the window and choose the desktop.

Main Features:

- Easy virtual desktop managing
- Convenient application grouping
- Keystrokes, customizable for each desktop
- Taskbar integration
- Custom wallpaper for each desktop
- Custom icons for each desktop
- Drag and drop to move windows
- Clear point-and-click interface
- Amazing visual effects
- 100% compability with Windows Vista/7 User Account Control

Requirements:

- Minimum
Pentium III® / AMD Athlon processor or equivalent
256 MB RAM
5 MB free hard drive space
High Color display adapter
Windows 2000, XP, Vista or 7

- Required
Pentium® 4 / AMD Athlon XP processor or equivalent
256 MB RAM
5 MB free hard drive space
High Color display adapter
Windows 2000, XP, Vista or 7"; 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 = ''; } }