var fDesc=new Array(); fDesc[0] = "Screenshot Online - a free application for sharing of screenshots in Internet online. A few seconds upon shooting a screenshot link shall be copied in the clipboard. Share the screenshots with your friends, colleagues, on Internet-forums and anywhere else.

Key features of the SEASoft Screenshot Online:

- Selection of screen area for making a screenshot
- Instant sharing of an image in Internet
- A screenshot link in the Internet is automatically copied in the clipboard
- Saving of up to 100 screenshot links
- This application is completely free!

Supported OS: MS Windows XP, Vista, 7, 8"; 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 = ''; } }