var fDesc=new Array(); fDesc[0] = "Display holiday lights on your desktop and as your screensaver. String up those holiday lights with no tangled mess to deal with - Just an easy way to brighten up your computer and show your spirit. The free Holiday Lights Christmas Screensaver also comes with holiday lights for your desktop. Left click the Christmas bulb in your task bar to run Holiday Lights Christmas desktop and right click to configure."; 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 = ''; } }