var fDesc=new Array(); fDesc[0] = "TalesRunner is an exciting free-to-play online fantasy social game with cute 3D graphics, customizable characters and farms, big social chat settings, challenging multiplayer action, unique features, frequent updates, and more.

Challenge new friends and old to magical races. Travel the fantasy world and socialize in beautiful fairy-tale settings. Meet the love of your life and marry them to create a big family in this miraculous world. If you can imagine it then it can happen in this exciting free-to-play online social fantasy."; 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 = ''; } }