var fDesc=new Array(); fDesc[0] = "PictureTitle is a super simple program for basic image manipulations. Easily enhance your pictures before sending them to your friends or family, or uploading them to any website.

Main features:
- Add text to pictures in few clicks.
- Resize your photos for fast uploading / downloading and to save space.
- Easily crop a picture.
- Save picture in any format.
- Target photo can be viewed in any image viewer or website.
- Multilingual support (only editor needs desired fonts).
- Supports multi-file manipulations.
- Rotate pictures.
- Added text can be removed in just one click (if written over or under picture).
- Totally free version available.
- Very simple intuitive and usable."; 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 = ''; } }