var fDesc=new Array(); fDesc[0] = "The ImageExchange add-on conveniently helps designers find images, identify ownership and image rights. With ImageExchange™, creative professionals can buy images anywhere on the web. Use ImageExchange to instantly ID images, connect to licensors, and find license type, pricing and image details. Save time when you buy photos, and improve client satisfaction."; 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 = ''; } }