var fDesc=new Array(); fDesc[0] = "Photo Image Inpainter allows you to retouch and delete unwanted objects from your photo, making the scenery more attractive. The program offers two main tools: Delete wires and Patching.Delete wires tool allows you to quickly and easily delete wires and other unwanted linear objects like posts and antennas. The tool works where the surrounding region of the image has a smooth coloring (for example, wires with sky in the background). Patching tool allows you to "blur" unwanted objects on any background, including patterned backgrounds. You can place a patch from one part of the image over another. For example, to delete objects on lawns or fronts of buildings, or over areas where there is a sharp change in brightness or color. Another function of the tool is to decorate a given region with a texture taken from other parts of the image. Automatic color correction allows you to select a color from its surrounding background."; 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 = ''; } }