var fDesc=new Array(); fDesc[0] = "Christmas Countdown is a small and easy to use program, that will show you the time left untill Christmas.

In this way, you can find out at any moment, how much time you have to prepare yourself for Christmas holidays.

Christmas Coundown counts in months,days,hours and even seconds.

This small gadget comes has a interface according to Santa's arrival."; 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 = ''; } }