var fDesc=new Array(); fDesc[0] = "With HoverDesk you can :
Access all your programs, files, system commands and web sites, by using a custom interface that you can create, or download from hundreds of themes available on the web.

HoverDesk expands the Windows environment by adding novel ways to launch your applications, keep track of running tasks, display system information, display time / date with world time zone features, play media files 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 = ''; } }