var fDesc=new Array(); fDesc[0] = "proDAD DeFishr is a fully automatic fisheye distortion correction solution for videos. Users of GoPro, Contour, CamOne, and digital cameras fitted with super-wide angle lens’ often complain about the warped images, especially at the horizon of the video. DEFISHR fixes this matter with ease and the result is high quality dewarped videos. It's easy-to-use: simply drag a video into the DEFISHR media bin and see an instant side by side comparison of the original and 'defishred' video."; 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 = ''; } }