var fDesc=new Array(); fDesc[0] = "Do you want to maximize the potential of your photos without spending hours in front of a computer? AMS Photo Enhancer provides a quick and easy way to improve the quality of your photos. It reduces digital noise, corrects poor color, white balance and sharpness, fixes the dark corners problem and remove red eye. Photo Enhancer allows fixing all the problems frequently encountered in photographing, and achieving natural color rendition, high detail and optimum illuminance level. Working with the program is easy and comfortable."; 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 = ''; } }