var fDesc=new Array(); fDesc[0] = "Garmin VIRB Edit allows you to edit footage captured using your VIRB cameras. It helps you edit and view 360 videos, add 4K spherical stabilization, stitch RAW footage, and add augmented reality G-Metrix data overlays. HyperFrame Director Mode can reframe the action with a moving virtual camera, allowing smooth pans, wider angles, tiny planets and more from your VIRB 360 footage."; 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 = ''; } }