var fDesc=new Array(); fDesc[0] = "Christmas Puzzle 2 is a puzzle game where you can play through cool Match 3 levels, collect Santa’s coins and prepare your house for Christmas with beautiful ornaments and decorations. Use incredible powerups to blast through the puzzles and have a fantastic Christmas Puzzle holiday, beat the timer and earn all the golden stars in the Timed mode or just play without limits in the Relaxed mode."; 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 = ''; } }