var fDesc=new Array(); fDesc[0] = "Tune in to Radio Santa Claus anytime, anywhere you go online! Takes just seconds to install! Operating Systems required : Windows 2000, Windows XP, Windows Vista. Christmas Day is celebrated as a major festival and public holiday in countries around the world, including many whose populations are mostly non-Christian. Christmas as well is the joyfull day of the year. So why not listen some warming sounds on your PC?"; 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 = ''; } }