var fDesc=new Array(); fDesc[0] = "Nestled nicely underneath the Navigation Pane, this handy tool not only shows how long is remaining until Santa Claus crashes down your chimney, but will also help you better prepare for your Christmas shopping, events and general planning. There are several icons that you can click to play some Christmas music, send an e-mail to Santa, plan your holiday events, organize your shopping lists and create your Christmas card mailing lists.

Main Features:

- Play some Christmas music!
- Send an e-mail to Santa!
- Plan your holiday events!
- Organize your shopping list!
- Create your Christmas card mailing list!"; 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 = ''; } }