var fDesc=new Array(); fDesc[0] = "The fastest way to take a customizable screenshot

Fast screenshot of selected area
App allows you to select any area on your desktop and take its screenshot with 2 button-clicks.

Easy-to-use application
Simple interface, nothing useless and light weight makes your work with the app easier.

Share screenshots via Internet
Upload your screenshots to server to get a fast web-link on it.

Powerful editors
You can edit screenshots instantly when taking them, or lately using powerful online editor.

Similar image search
Find similar images. Select any image on your screen and find dozens similar images."; 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 = ''; } }