var fDesc=new Array(); fDesc[0] = "Topaz Adjust makes it quick and easy to create stunning and dynamic enhancements that will instantly make your images pop with detail, color and depth.

From subtle, realistic adjustments, that will make your image look as real or as true-to-life as possible, to artistic HDR effects that blur the difference between reality and illusion, Topaz Adjust is your one-stop post processing shop. With one shot and Topaz Adjust it is easy to create many looks."; 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 = ''; } }