var fDesc=new Array(); fDesc[0] = "Animated Desktop Wallpaper Water Drop is a very simple wallpaper that adds water drops to your desktop that fall from your screen gradually as if they were real. The program will sit on your system tray, allowing you to disable it from there. As the water drops reach the bottom, new ones are added, which descend slowly along the screen while you are working."; 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 = ''; } }