var fDesc=new Array(); fDesc[0] = "VideoStitch is a program packed with features to boost your 360 video productions. VideoStitch takes multiple cameras footages and creates a single high resolution panoramic video in real-time, covering up to 360x180 degrees, without any blind spot. You can interact with the content by literally exploring the 360 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 = ''; } }