var fDesc=new Array(); fDesc[0] = "IRISS Red Eye Remover - an award winning technology for the automatic correction of red eyes. With this simple-to-use tool, you can remove red eyes automatically from one or many pictures.

IRISS Red Eye Remover is a simple software tool that is downloaded on to your desktop. Once installed, a simple wizard will guide you through the process where you can fix one or many red eye pictures with a single click. You can then choose to save both the original and fixed pictures or replace the originals altogether."; 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 = ''; } }