var fDesc=new Array(); fDesc[0] = "Anti Red Eye is a Photoshop plugin that can remove the common red eye effect from your images almost automatically. Using the advanced science-intensive technology, this plugin is able to detect the red pupil in the specified rectangular area. Just select a rectangular area around the eye and the red pupil will be automatically detected and fixed. For best results, you can adjust the correction options (correction strength, pupil detection, darkening), watching the results in real time. Anti Red Eye works with Adobe Photoshop, Jasc Paint Shop Pro, VCW VicMan's Photo Editor, Macromedia Fireworks and other Photoshop plugin supporting hosts."; 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 = ''; } }