var fDesc=new Array(); fDesc[0] = "Stock Photo Express is software that makes it easy to manage your stock portfolio, associate IPTC/XMP data with your images, and batch upload them to selected microstock photo agencies.

Features of Stock Photo Express

- Write IPTC data (e.g., image title, description, keywords, copyright) into image files

- Account for the status of each image

- Copy and paste IPTC data from one image into another

- Multithread upload of your images to selected stock agencies

- Get your financial statistics

- Keyword generator

- Schedule uploads

- Add any microstock agency which supports FTP uploading

- Status accounting for each image

- Metadata search in your images

- View IPTC and EXIF data

- Data templates' library

- Automatic duplicate keywords removal"; 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 = ''; } }