var fDesc=new Array(); fDesc[0] = "Mahjong Century
Match tiles through the 20th century in your quest to return to your own time. Strange mahjong tiles have transported you into the past, and your only hope now is to match your way back to the present. Can you travel through ten decades and 100 challenging mahjong boards to complete your quest? Featuring two game modes, stunning full screen graphics, and hours of classic fun, Mahjong Century is the challenge of our time."; 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 = ''; } }