var fDesc=new Array(); fDesc[0] = "VRChat lets you create, publish, and explore virtual worlds with other people from around the world. VRChat offers an endless collection of social VR experiences by giving the power of creation to its community. Whether you're looking for new VR experiences or have an idea of your own, VRChat is the place to be. Using our Unity SDK, you can bring your imagination to life. Personalize your private space and invite friends to join!"; 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 = ''; } }