var fDesc=new Array(); fDesc[0] = "DisplayFusion simplifies the management of multiple monitors in Windows. It provides separate taskbars, titlebar buttons, background images, screensavers, and fully customizable hotkeys. It can automatically dim unused monitors and application windows so that you can focus on your main task.

The Triggers feature allows you to listen for events, like window creation, window focus, desktop unlock, system idle and more. Then you can run preset commands or custom scripts to manipulate that window, or anything else you can imagine.

DisplayFusion can be controlled from your phone or tablet using its Android app."; 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 = ''; } }