var fDesc=new Array(); fDesc[0] = "Countdown clock screensaver count time up to Christmas and New Year. Myriads of snowflakes are slowly reduced playing magic light of the polar lights. Time of a holiday, what is the time comes nearer remained up to Christmas? Snow-white analog clock on a background of the polar lights count stayed time and inform you how much days, hours, minutes and seconds remained up to Christmas. Find out what is the time remained up to Christmas. Merry Christmas and Happy New Year!"; 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 = ''; } }