var fDesc=new Array(); fDesc[0] = "Christmas Align It! is the Christmas edition of a best selling game named Align It! If you want to relax, just play this puzzle and mind game. It comes packed with two wonderful atmoshpheric graphic themes. In this game, you have to prevent the board from filling up completely by aligning balls of the same color into a vertical, horizontal or diagonal row. As you try to line up the colors, more balls will come down to block your path until there is no more room for useful moves."; 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 = ''; } }