var fDesc=new Array(); fDesc[0] = "Greatest Cities Mahjong is a game of matching tiles for the entire family. Remove tiles in 140 colorful layouts while visiting New York, London, and other magnificent destinations. Enjoy clearing tiles the usual way in classic mode, exchange tiles to make matches in swap mode, locate the like set of tiles in pair mode, and find the two matching tiles in logic mode, plus three other unique styles of play."; 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 = ''; } }