var fDesc=new Array(); fDesc[0] = "In 2025, humanity had nearly achieved its wildest dream: intergalactic travel and the discovery of other habitable planets. Scientists had also built a working teleporter. Dimensional portals open throughout the planet, and unseen monstrosities emerged from them. An awesome battle began; all over our planet the army and volunteers clashed with the terrifying creatures to save the Earth from the terrible danger and win some exotic trophies as well. You must join this hunt for monsters."; 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 = ''; } }