var fDesc=new Array(); fDesc[0] = "Solitaire Match 2 Cards - Thanksgiving Day is a card game with a cozy autumn atmosphere for the holiday season. Your aim is to find and match pairs quickly. You can buy bonuses and coins such as mulligan, shuffle, and Joker to quickly complete levels. It features 12 locations and 120 levels."; 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 = ''; } }