var fDesc=new Array(); fDesc[0] = "Let autumn leaves gently fall on your desktop and on your windows and enjoy AutumnLeaves while you work! The leaves pile up on your windows and at the bottom of the screen while mushrooms and pumpkins (Halloween!) grow everywhere and chipmunks scutter around. A screen saver is included as an extra."; 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 = ''; } }