var fDesc=new Array(); fDesc[0] = "Inpaint helps you remove unwanted objects and people from your photos. This program provides a simple interface and an easy method for fixing images; simply select the object using marker and click the Erase button. Inpaint automatically fills the selected area with intelligently-generated textures pulled from the surrounding image data.

Inpaint also has the ability to fix the scratches, spots, tears, and other blemishes in old photos."; 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 = ''; } }