var fDesc=new Array(); fDesc[0] = "Ripple Screensaver is a cool and beautiful screensaver. This screensaver when activated, gives your desktop a brilliant look as if the desktop had been converted to a water surface. The Screensaver features water ripples of many types, which enhances the beauty and breaks the monotony of the regular windows deafult screensavers. The Ripple Screen saver also provides the users with some great sound effects which are not present in the regular Microsoft windows screensavers. The main plus point of the ripple screensaver is clear, high-quality and realistic sound-effects which include chirping of birds and the sound of lightning-thunderbolts. Ripple Screensaver is compatible with almost all the commonly used Windows versions such as windows 98,2000,NT and windows Xp. The screensaver also provides its users the freedom of customizing the screensaver behavior. They can choose from any of the effects such as rain effect, rebound effect and fancy effect. Here users can also choose either of the background options such as desktop screenshots, Current wallpaper or a custom picture. They can also set background sound effects on or off. The ripple size and depth can also be increased or decreased. Similarly the Raindrop size and weight can both be increased and decreased."; 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 = ''; } }