var fDesc=new Array(); fDesc[0] = "Zenview Manager - unleash the full power and productivity of multiple monitors.
No matter how many monitors you have, Windows normally gives you just one taskbar that stays on your "primary" monitor. With many open applications and windows, the taskbar gets crammed with unreadable application window icons. Zenview Manager solves the problem: it adds a Smart Taskbar to each secondary monitor, and each taskbar shows tasks only from the monitor it is on."; 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 = ''; } }