var fDesc=new Array(); fDesc[0] = "Fill And Cross Christmas Riddles is a logical puzzle game. Your aim is to create the required grid-pattern according to the given clues. It contains about 120 unique "griddlers" with Christmas theme. You can explore 6 locations in Santa's house and earn more than 15 trophies in the game."; 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 = ''; } }