var fDesc=new Array(); fDesc[0] = "Plumb is designed to reduce the time spent manually moving windows on your desktop. With higher resolution and larger monitors becoming the norm it’s common to have several applications open at any given time — none of which really need 100% of the screen. We took that concept and ran with it. The end result is Plumb.

The Autotile feature is designed for the casual user. When enabled, Plumb will watch your desktop for changes in the windows and arrange them so each one is visible. It’s as simple as launching the program!"; 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 = ''; } }