var fDesc=new Array(); fDesc[0] = "Keyword PerfectTM Image Tagging Studio puts the power of an automated thesaurus at your fingertips. Designed for independent photographers who sell their images on their own website and submit photos to stock houses, Keyword Perfect transcribes every detail in your photos-from the physical items, people and famous places that populate an image to the emotions, concepts and style elements that give it character. So when a demanding art director needs to find the right image right away, they find it on your site."; 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 = ''; } }