var fDesc=new Array(); fDesc[0] = "In Heroes from the Past: Joan of Arc you will dive into an epic story of honor and courage and save the day. Help Joan of Arc to build a new Kingdom and change the fate of the people. You will journey through beautiful scenery, relaxing music and the thrilling process of building a city in this engaging match 3 game."; 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 = ''; } }