var fDesc=new Array(); fDesc[0] = "Folk Tale is a fantasy village builder RPG game in which you lead a ragtag band of peasants in growing a thriving market town, while dastardly minions plot your downfall! Recruit heroes and head out into the wilds to fight back against evil. Rule with tyranny and oppression, or liberalism and justice."; 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 = ''; } }