var fDesc=new Array(); fDesc[0] = "AKVIS Enhancer is image enhancement software that offers an individual approach to every part of the photo! The program offers a fast method to fix a dark picture, improve detail on an image, increase contrast and brightness, and adjust tones. The main goal for these modes is the same - image enhancement, but the methods and the results are quite different. Different photos require different approaches at correction, in many cases the modes complement one another."; 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 = ''; } }