var fDesc=new Array(); fDesc[0] = "A world of Mah Jong where exploring new lands and discovering rare artifacts is just the beginning!Explore the Map"There are over 80 levels across the region. Complete levels to gain access to other areas. How far will you travel?"Creative Tile Layouts"Underneath the tiles is buried a rare artifact piece. The tile layout shape may be a hint as to what is buried underneath. Discover rare theme tile sets as you progress through the map"Archeologist Activities"At the Workshop use your tools to restore the artifacts and get them ready to be donated to the Museum. Receive new tools the further you progress through the map."Save the Museum""; 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 = ''; } }