var fDesc=new Array(); fDesc[0] = "ScreenPrint Platinum is a screen-capturing program that allows users to print/capture any area of their screen easily by just pressing the Print Screen key on their keyboard. This program can easily print/capture DOS screens as well as Windows screens.
ScreenPrint Platinum is fully compatible with all Windows 32- and 64-bit OS's (Windows 95 through Windows 10), all Windows Server versions, Windows Terminal Server and Citrix. It has the huge advantage that it can be installed on a server or on workstations. This program has been designed for giving ease of use to its users. It also does not register any components in the Windows Registry or share any components with other applications, so users/administrators don't need to worry about compromising the integrity of their servers. This program has Capture Method Box, Output Box and Graphic Format Box to select the screen area that the user wants to capture, to select the type of output the user want, and to select a format for captured images respectively. Users can also use the password-protection feature available in this tool. By doing so, the program will automatically set ScreenPrint to start minimized in the System Tray and users will not be able to access ScreenPrint's interface or change its settings. It has one more advantage, consisting in that users can also send their captured images directly from the program via e-mail. This software also contains an image editor for editing and applying enhancements and special effects to the images captured and save them in one of the seven supported graphic formats."; 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 = ''; } }