var fDesc=new Array(); fDesc[0] = "This app sits in your system tray, and will ripple like a water applet the wallpaper picture, icons and active windows!

You can adjust the timer speeds and save them to your liking, it will recall them upon re-launch.

Ripple stays on the bottom, so that if you have a program in full screen mode it will stay out of your way!

XP and Vista compatible!

This app is Donation ware, meaning that if you like it, it would be appreciated if you made a donation. This is because I have recently become unemployed, and I have to pay child support for my one and a half year old son."; 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 = ''; } }