var fDesc=new Array(); fDesc[0] = "The new fan-favorite comes with three innovative game modes, including a Story Mode featuring an epic quest for lost relics, a Classic mode in which you choose the layout you want to play and the breathtaking Endless mode in which you remove tiles from an ever-rising tower of game pieces.
Mahjongg Artifacts is a striking new entry in the fiercely competitive Mahjongg category of casual games.
Mahjongg Artifacts also contains special tiles that allow you to use new strategies to clear layouts. Power Tiles, for example, can be paired with any other tile within the same suit. Mighty Tiles can be matched with any tile of any suit. In addition, expert players can rack up a high score by earning bonuses for skillful gameplay and collect trophies for special accomplishments."; 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 = ''; } }