var fDesc=new Array(); fDesc[0] = "WindowManager helps you improve your work flow by remembering and restoring the position and size of your programs and windows. It also allows you to lock the position and size of any window, so that it will always open at the same spot no matter where you move it.

The window handling is fully customizable and you can set up special rules for your favorite or most frequently used windows."; 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 = ''; } }