var fDesc=new Array(); fDesc[0] = "This tree can countdown days until Christmas or New Year. And notify you about the incoming holiday every half hour or hour by a funny ringing bell (if you wish, of course :) ). Besides, the program does not limit your choice of one tree - You can choose one from several skins.

Snow Christmas Tree has all skins from FREE Christmas Tree plus two."; 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 = ''; } }