var fDesc=new Array(); fDesc[0] = "Legionwood: Tale of the Two Swords is a light-hearted console style Role Playing Game (RPG) that captures the look and feel of the classics from yesteryear. Framed for the murder of the King of Charn, it's up to you to help Lann Northwise clear his name and stop a nefarious plot before it destroys civilization. Hundreds of challenging enemies will stand in your way and it will take full mastery of literally hundreds of character customization options to save the day.
Features:
- 20+ hours of traditional RPG gaming.
- 6 playable characters with unlimited customisation options.
- 30+ locations to explore.
- Sweeping fantasy storyline full of twists and turns.
- Hand drawn art."; 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 = ''; } }