var fDesc=new Array(); fDesc[0] = "Perfectly Clear Lightroom Plug-in instantly gives you one click correction to perfection! Simply select your photos in Lightroom, then use our Edit Plug-in. Your selected photos will be automatically corrected, showing you the corrected result.
Before saving back to Lightroom you can view and fine tune to further perfection. Or you can effortlessly batch process very large volumes of photos using our Export Plug-in."; 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 = ''; } }