var fDesc=new Array(); fDesc[0] = "Blockscape is a sandbox game. You play in a computer generated world made out of blocks.
Phase 1 is the world of blockscape. It is the environment you play in. All the trees, mountains, rivers, caves and all the blocks that they are made of. It is the tools you use to shape the world. It is the rules for how things works."; 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 = ''; } }