var fDesc=new Array(); fDesc[0] = "DEFlicker automatically smoothes out annoying flicker when shooting high frame rate or time-lapse video. DEFlicker handles the problems of strobing and flickering caused by man-made light sources when shooting high frame rate footage. DEFlicker will help transform your time-lapse photography so that viewers watch the footage without the annoying pops that often accompany time-lapse photography."; 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 = ''; } }