var fDesc=new Array(); fDesc[0] = "Angeldust is a 2D adventure game where you can explore endless magical worlds and battle fearsome creatures alongside millions of friends. You can play as the quirky builder, the fearless fighter, the perky scout or the mysterious sorceress and become the legend you were destined to be. Every hero is voice acted, so you are never lost for words."; 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 = ''; } }