var fDesc=new Array(); fDesc[0] = "The game takes place in a post-apocalyptic wasteland located around the American Grand Canyon. Fallen Earth's gameplay features FPS/RPG hybridization, first-person/third person views, hundreds of items including improvised equipment and weapons, a variety of functional vehicles, a real-time, in-depth crafting system (which includes vehicles), various skills and abilities, factions and tactical PvP, all existing within 1000 square kilometers of usable terrain based on real-world topographical maps of the area."; 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 = ''; } }