var fDesc=new Array(); fDesc[0] = "Return to the jungle in The Treasures of Montezuma 2, an all new match three game with more levels, more challenges and more fun! Power up totems and unleash special powers by making multiple matches of the same colored token. Then rack up a high score by activating Score Frenzy with a series of insanely fast matches. Finally, unlock trophies for performing amazing feats as you try to collect all of the gems on each level before time runs out."; 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 = ''; } }