var fDesc=new Array(); fDesc[0] = "Gobble your way to puzzle game fun with Thanksgiving Mahjong's Mahjong Turkey! This easy mahjong solitaire game is sure to please beginners and seasoned players alike. Take apart this turkey with strategy and precision. Select matching Thanksgiving Mahjong tiles to make them disappear from the board as you gobble your way through all the tiles to mahjong victory! Work on beating your best time every time you play Thanksgiving Mahjong! Give thanks for the best Thanksgiving game on the web, Thanksgiving Mahjong!"; 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 = ''; } }