var fDesc=new Array(); fDesc[0] = "Screen Grab Pro Is a freeware screen capture tool. It features One click grab of any screen for ease of use, Timer operation, Current window selection list and more. Screen Grab Pro copies a bitmap to clipboard ready for pasting in your favorite Picture Editor.

Screen Grab Pro supports full window or window region screen capture to file and/or clipboard ready for pasting in your favorite Picture Editor, capture of video windows is possible, BMP, JPG, TIFF, GIF, ICO & PDF save support, JPG compression options, change capture scaling, join to capture for smartly joining multiple images together, mouse pointer capture support, save with scaling options, auto save filenames with directory path, temp path and file naming support for e.g. date, time filename output."; 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 = ''; } }