var fDesc=new Array(); fDesc[0] = "A lovely Christmas 3D screensaver with a fir-tree, lights and snow. Changeable size and quantity of snowflakes and colored lights as well as the twinkling and color. In new version there's a clock showing the current time. Option Musical flashlights when Option Sound on/off is turned on, the garland lights are flashing in time to the melody."; 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 = ''; } }