var fDesc=new Array(); fDesc[0] = "Many people today are looking for a variety of ways to decorate the background on their desktop. Watery Desktop 3D is a free live wallpaper that gives a new touch to the desktop, creating a more interactive atmosphere entirely different from the ones we ordinarily see. Watery Desktop 3D offers an assortment of various animated wallpapers including water effects, waves and rain, and additional effects of soft ripples and raindrops. The unique software relaxes and soothes the viewer and is compatible with all mainstream operating systems like Windows 10, 8.1, 8, and Windows 7."; 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 = ''; } }