var fDesc=new Array(); fDesc[0] = "Unturned is a sandbox game in which you become a survivor in the zombie infested ruins of society, and team up with your friends to remain among the living. It is an emerging multiplayer apocalypse survival genre. Players can build massive forts out of structural building blocks, or build onto smaller buildings in the world with barricades."; 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 = ''; } }