var fDesc=new Array(); fDesc[0] = "Screen Capture + Print is a freeware program for Windows and allows to capture the screen content or part of it to the clipboard, to print directly or to save it as a picture.
The program can capture any requested screen area, the full screen or a single window, with or without frame.
The program provides support for desktops spanning multiple monitors (primary monitor left, secondary monitors to the right), support of transparent windows and screen areas and support of windows displaying video (without hardware video overlay). Saving captured screen area to file (JPG, GIF, BMP, PNG, TIF)."; 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 = ''; } }