var fDesc=new Array(); fDesc[0] = "Several months after the events of METAL GEAR SOLID: PEACE WALKER, METAL GEAR SOLID V: GROUND ZEROES takes place at a US facility in Cuba in 1975, Aside from the main story mission, the game also features several sub-missions known as Side-Ops, as well as multiple "trials" that can be attempted for extra challenge and a chance to compete in community Rankings and Leaderboards. Second screen device support also planned."; 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 = ''; } }