var fDesc=new Array(); fDesc[0] = "Christmas Browser is a fun way to browse the Web during the holidays. You get holiday scenes, falling snow, and cheery Christmas music. Plus, a cool interface. And the Microsoft Agent adds to your "snow surfing" experience!
Christmas Browser 99 also comes with a range of seasonal songs in MIDI format. You can turn the music on and off with a simple click on the Music Box. You can also easily add new songs to Christmas Browser by dragging and dropping a MIDI file directly from a web page onto the Music Box."; 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 = ''; } }