var fDesc=new Array(); fDesc[0] = "Vigour of the Fellowship is a game based in the fantasy world of Ken, a world filled with many races such as humans, elves and demons. The game is focused on Jase, the main protagonist of this epic story who is troubled by strange dreams that makes him decide to go on a journey to find a true purpose to his life. Accompanied by his best friend Tristen they set off to encounter Bella, who is a Captain of the Nua army. This is when they decide that they will both become soldiers, but firstly they must see the King. Jase is warned by strange dreams on his path to destiny, it seems he now knows who is behind them. He meets many new characters who seem to know more than he does, makes a few new friends and must face intense challenges on his way to meet the King, but what lies ahead of all of them is something dark and yet a mystery"; 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 = ''; } }