var fDesc=new Array(); fDesc[0] = "reSizer is a system utility that enables keyboard shortcuts to focus, move, resize and change other window properties in a fast and intuitive way without even touching the mouse.
Main Features:
Keyboard shortcuts for moving and resizing active windows.
Change the opacity and always-on-top properties.
Instant window placement to fit specific areas on the screen.
Faster-switching between visible applications only.
User-definable application shortcut mappings.
Multimonitor support."; 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 = ''; } }