var fDesc=new Array(); fDesc[0] = "Free Snipping Tool can be used to capture screenshots of selected screen areas and upload them to Google Drive, Dropbox, Facebook, Twitter, etc. This program sits quietly in the system tray, waiting for your PrintScr command for capturing an area that you can select. After capturing, you can easily add various shapes, text, etc., to the pictures.

Snipping Tool is also available in a Pro version with additional features, such as watermarking, OCR, video and GIF recording, and support for additional websites."; 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 = ''; } }