var fDesc=new Array(); fDesc[0] = "Tune in to Christmas Melody Radio anytime, anywhere you go online! Takes just seconds to install It is a free installer that will bring Christmas Melody Radio , joy and happiness on your desktop . Christmas songs have been popular for literally thousands of years. These happy tunes represent everything that people associate with Christmas. Listening to a holiday melody can put shoppers in the Christmas spirit."; 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 = ''; } }