var fDesc=new Array(); fDesc[0] = "Is your taskbar cluttered? Getting lost in jungle of windows? Do you need a simple and versatile solution for creating distinct work areas for your different tasks? Create up to 9 separated screens, so called virtual desktops. Move applications between desktops easily! Use tabs, hotkeys, mouse gestures, drag-and-drop interface, system menu integration and other methods to manage your desktops and windows. Stable and reliable solution with excellent online support! Distinct wallpapers, desktop and quicklaunch icon sets per desktop!"; 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 = ''; } }