var fDesc=new Array(); fDesc[0] = "AfterWorld is a persistent-world massively multiplayer online game set in a science fiction setting of post-apocalyptic Siberia. The game includes a complex and unusual skills based role-paying system that involves more than a hundred different skills with each of them developing using unique game mechanics. Also has an advanced craft system with branchy production chains currently containing thousands different items."; 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 = ''; } }