var fDesc=new Array(); fDesc[0] = "YrGrid is a virtual world where you can share your ideas with other people. It was born out of the need for a virtual world that takes creative content and hosting seriously. YrGrid provides a unique Bitcoin economy, and it is the perfect platform for showcasing your products to the global marketplace in a 3D interactive world."; 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 = ''; } }