var fDesc=new Array(); fDesc[0] = "Enjoy an incredible, feature-filled and all-new Mahjongg game compilation from the creators of the best-selling Mahjongg XP Championship! Mahjongg Championship 3: Ancient Chinese Edition includes NEW Game Variations, Backgrounds and Tile Sets, plus our exclusive Ancient Chinese Kanji Layouts, based on authentic ancient Chinese characters. With over 600 challenging layouts, 20 Mini Mahjongg games, and true 2D and 3D modes, it's a whole new collection of amazing Mahjongg fun!"; 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 = ''; } }