var fDesc=new Array(); fDesc[0] = "FT Pictures 2011 is an image editing program that supports over 20 file formats. Thanks to the batch processing can edit multiple images simultaneously. The modern user interface, with access to all important functions. Change the image size, crop pictures, or add your text in the image.

The new service allows you to upload your images on the FT Pictures release 2011-server and get the direct URLs to distribute via Facebook, ICQ, Skype, etc. and BBCode to embed in forum posts"; 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 = ''; } }