var fDesc=new Array(); fDesc[0] = "Screenshot Crop detects when an image is captured in the clipboard and will show the clipboard image content for cropping.
Using the guided lines, easily select the part(s) of the image you want to keep. Once the image is cropped, Screenshot Crop is minimized so that you can continue on the software you took the screenshot from.
Fremium: 30 crops per month free, then a watermark is applied to the image."; 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 = ''; } }