var fDesc=new Array(); fDesc[0] = "AKVIS Enhancer can fix a dark picture, improve detail on an image, increase contrast and brightness, and adjust tones. It works in three modes: Improve Detail, Prepress, and Tone Correction. In Improve Detail mode, this program brings out the details on an image by intensifying color transition. Prepress mode helps you adjust photos before printing or publishing online. Tone Correction mode of AKVIS Enhancer makes corrections of the image brightness in light and dark areas."; 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 = ''; } }