var fDesc=new Array(); fDesc[0] = "Start counting down the days to Christmas with our animated Christmas tree. Our Christmas tree is set in a lovely winter scene with a gentle snowfall and animated decorations. Upgrade to the premium version of Christmas Countdown for 25 animations (one for each day) . As the anticipation mounts, the star is added on Christmas Day and the tree lights up. All the animations play until the end of the year and then change to random."; 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 = ''; } }