var fDesc=new Array(); fDesc[0] = "Image Keyworder was developed through collaboration between photographers, keywording experts and software developers. Image keyworder's user friendly interface and thesaurus comprising tens of thousands of terms makes keywording faster and more comprehensive. Whether you need to keyword photos, paintings, illustrations or any other kind of digital image this is the keywording system for you. Image Keyworder will help with most of your picture indexing needs allowing you to caption, keyword and add metadata to your entire archive. With its comprehensive thesaurus / dictionary of terms you will find that this digital asset management tool is intuitive and easy to use."; 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 = ''; } }