var fDesc=new Array(); fDesc[0] = "AnotherDesk is a virtual desktop manager that creates multiple desktops. It is small, stable, fast, easy to use and can improve your efficiency.
In order to focus on one thing, you can switch to a special desktop rather than look for a certain program on a crowded desktop. For example, you can open all workgroup-related programs on one desktop, all of the documents for a special project on a second desktop, all Internet-related programs on a third desktop, and so on. You can switch between desktops by hotkey or tray icon."; 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 = ''; } }