var fDesc=new Array(); fDesc[0] = "Topaz Clarity is the ultimate tool to create compelling and powerful images by intelligently enhancing contrast and clarity with absolutely no artifacts or halos. With just a few clicks you can easily manipulate your micro, mid-tone and overall contrast, transforming your image from ordinary to extraordinary, while maintaining the natural feeling and tonality you are after. Using a proprietary technology, Topaz Clarity effectively improves local contrast without halos or noise, giving you remarkable results with minimal effort."; 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 = ''; } }