var fDesc=new Array(); fDesc[0] = "Challenge yourself with one of the most incredibly featured Mahjongg game compilations ever created. Be fully engaged in endless fun playing Mahjongg XP Championship. Fun for everyone. Enjoy the popular game of skill and patience played by millions of people around the world. Both beginner and expert Mahjongg game fans alike will agree that Mahjongg XP Championship is one of the most incredible, fun, and feature-filled game ever available. A unique collection of authentic Chinese characters transformed into challenging layouts."; 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 = ''; } }