var fDesc=new Array(); fDesc[0] = "Movavi 360 Video Editor allows you to create and edit 360 degree videos. You can import video from a 360° camera and add filters/titles/transitions/soundtracks, improve image quality, and remove unwanted segments. It comes with more than 60 filters and 30 transitions to choose from. You can also export video clips to YouTube from this program itself."; 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 = ''; } }