var fDesc=new Array(); fDesc[0] = "Let cherry blossoms gently fall on your desktop and on your windows and enjoy Japanese Hanami! A branch with blossoms is drawn at the top of the screen, and soon the blossoms start to fall. The petals pile up on your windows and at the bottom of the screen.
Hanami for Windows is both a screen saver and a desktop program, so you can enjoy the blossoms while you work!"; 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 = ''; } }