var fDesc=new Array(); fDesc[0] = "Match tokens to break a curse that has cast a frozen pall over a once warm and lush land. With each step of your journey, you'll unlock the next chapter in a story that begins with a young girl setting across a snowy landscape to save her family and homeland. As her guiding hand, you'll help her complete tasks and assemble puzzles by matching three or more tokens."; 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 = ''; } }