var fDesc=new Array(); fDesc[0] = "Virtual Desktop Assist

Virtual Desktop Assist is a comprehensive windows virtual desktop software to create multiple desktop and virtual desktop on major windows operating system.

Virtual Desktop Assist is an easy to use virtual desktop tools. You can create multiple windows desktops on one computer. You can switch among these virtual desktops by pressing ALT and a number key. You can run each application, or group of applications on a separate virtual 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 = ''; } }