var fDesc=new Array(); fDesc[0] = "Legionwood 2: Rise of the Eternal's Realm is a fantasy role playing game in the style of 16 bit classics. Featuring a turn based non-linear gameplay, your choices define the story. Playing as an elite imperial soldier trying to protect their homeland, you'll get to explore a massive, fully detailed medieval empire filled with daring adventures, outlandish treasures, and dramatic conflicts."; 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 = ''; } }