var fDesc=new Array(); fDesc[0] = "9Desks is a program that permits you to have up to nine virtual desktops for better applications management. This means that you can work in a more clean environment dividing active applications in more desktops. 9Desks contains many advanced features like rules for starting applications, password for desktops, Active Desktop management, Themes support, Applications Recovery and it is more compatible with third party applications."; 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 = ''; } }