var fDesc=new Array(); fDesc[0] = "ScreenPrint32 is designed to provide a perfect and economical solution for screen-printing jobs. The utility can be used to make printing jobs simpler. Using ScreenPrinter32 you can select the entire desktop, an active window, a predefined area, or a user-selected area of the screen for printing. It offers General, Print and Save options. Under General Options, you can find Capture Area Selection Method, which includes four different ways of capturing the area. With just a single click on ‘Ptr-Scr’ you can capture an active window, a requisite area of the screen, or any predefined area for printing. Furthermore, with the User Interaction option, you can choose the destination and the selection method, assign any alternative key instead of using the default keys.

The tool is also helpful for printing images with editing facilities, saving it for further sharing via email. Change the screen image into grayscale, make a negative image, enlarge and resize the image accordingly, or fade out the output image. Besides, you can edit the captured text before printing. Select the header and the footer, choose required margins before printing, add date and time. Including many more features, the tool is a must have for anyone."; 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 = ''; } }