var fDesc=new Array(); fDesc[0] = "Movavi Photo Focus is a photo editor that allows you to add creative tilt-shift effects during post-processing. With this program, you can blur out distractions and add sparkle to make your pics more evocative; edit brightness, contrast and other parameters; apply tilt-shift to panoramic shots to make them look like miniatures; do basic frame transformations, and more."; 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 = ''; } }