var fDesc=new Array(); fDesc[0] = "This beautiful 3d screensaver shows raindrops rippling your desktop.100% compatible with Win95/98/ME, NT, 2000, XP.include a full install / uninstall program.automatically stretch to full screen.

Platforms supported:Windows 95, Windows NT, Windows 2000, Windows XP, Windows 98, Windows ME, Windows Server 2003"; 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 = ''; } }