var fDesc=new Array(); fDesc[0] = "With Topaz Fusion Express you can edit directly in Aperture, Lightroom and iPhoto. The tight integration of Fusion Express with these photo organizers eliminates a tedious extra step and keeps the entire workflow within one editor for quicker convenient results.
Topaz Fusion Express allows you to do more of your image enhancement work in a centralized location and eliminates the need for tediously exporting and importing images to Photoshop. In addition, Fusion Express allows users who do not have Photoshop to still enjoy the use of Photoshop plug-ins."; 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 = ''; } }