var fDesc=new Array(); fDesc[0] = "Whenever you maximize a window, MaxTo puts that window into a region. MaxTo works with all versions of Windows since Windows 7 (SP1). It fully supports 64-bit and 32-bit programs and works well with UAC. MaxTo works with all your monitors. Even that old CRT that you should have thrown out years ago.

Quickly move windows around using MaxTo's easy to remember keyboard shortcuts."; 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 = ''; } }