var fDesc=new Array(); fDesc[0] = "Windows Snapshot Grabber can capture window to get Title, Class, Font and etc., and Windows Snapshot Grabber can set window as Topmost, Enabled or Disabled, Show or Hide window, set Transparent, capture a window Snapshot or screenshots with menus.

Windows Snapshot Grabber supports capture window snapshot or capture region screenshots. Windows Snapshot Grabber also supports delay snapshot with press and release Shift, it is real convenient.

WinGrab get window's or control's details such as Style/ExStyle, Font and Color. And it can enable or disable a window or button or other control."; 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 = ''; } }