var fDesc=new Array(); fDesc[0] = "The Chronicles of Noah's Ark is a match-3 puzzle game. Noah receives a seemingly impossible task from God: build a giant ark to preserve life and human society before a flood destroys the world. It's a task he cannot complete alone. Only with the help of his family can he fulfill God's holy vision. But even his own sons do not believe or support him at first, and the path ahead is long and arduous."; 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 = ''; } }