var fDesc=new Array(); fDesc[0] = "The program Stock Photo Assist is destined for photographers selling their pictures through Stock Photo services.

Stock Photo Assist comes with the following key features:
- keywords selection tool with a built-in function of translation on different languages (Arabic, French, Hungarian, Russian, German, Greek, Danish, Spanish)
- keywords parsing with built-in functions of translation, spell check, and duplicates deleting, which can be used to combine keywords from multiple photos
- batch images upload with one-mouse click on the stock FTP sites (Shutterstock, Fotolia, etc)
- check and display in tray of the current account status on the Shutterstock and iStockphoto servers"; 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 = ''; } }