var fDesc=new Array(); fDesc[0] = "Desktop Screenshot Whiz is a free screenshot capture tool optimized for productivity.
Desktop Screenshot whiz Save screenshots or part of the screen to a file within a second.
Desktop Screenshot whiz offers the ability to apply text and shapes to the screenshot.

Key Features:
1. Save screenshots or part of the screen to a file.
2. Capture of window, region or full screenshot.
3. Supports several image formats.
4. Ability to apply text and shapes to the screenshot.
5. Ability to adjust image quality."; 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 = ''; } }