var fDesc=new Array(); fDesc[0] = "Popcorn Time Community Edition (CE) is the latest version of the popcorntime.io fork. It is an application for watching movies and TV shows. This version comes with some modifications (more privacy, decentralization and APIs) made by PopcornTime developers from around the world; they have made the Movie and TV sections to work again."; 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 = ''; } }