var fDesc=new Array(); fDesc[0] = "Irrespective of the fact whether the user is a software reviewer, a beta-tester or a core developer, everyone needs to create screenshots very frequently. But more often than not, doing it the usual way via the Windows control may get tedious, so ScreenShot Wizard is a handy utility-ware, which basically helps the user in capturing images and comes with advanced post processing options.

The application has the capability to use plug-ins allowing the user to send screenshots directly to the destination via an e-mail or otherwise save them to a file on the hard drive. The software has an in-built tool called “Lasso,” which helps the user to capture simple screens pretty fast, and also offers image modifications options such as paint graphical primitives, text, etc., along with provision to store the captured image onto the clipboard as well.

What’s more, there’s even an undo buffer option along with adjustable size, and many more impressive features in form of add-ons and plug-ins. The user can save the grabbed image to the specified file with different data formats, along with the liberty to e-mail it to any recipient instantly, and all this comes absolutely at no cost."; 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 = ''; } }