var fDesc=new Array(); fDesc[0] = "With Szoter you can load your picture, take a screenshot or capture an image, then annotate, add text, and save to disk.

Main features:

- Capture Your screen
- Capture Your mood via webcam
- Load local & network images
- Scale & rotate any image
- Annotate with lines, rectangles, circles, arrows
- Quickly sketch any shape
- Add text comments
- Adjust colors, outlines and size
- Easily crop Your workspace
- Save and share with friends
- No login nor registration required"; 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 = ''; } }