var fDesc=new Array(); fDesc[0] = "Gradient is an abstract screensaver that shows animated gradient images. There are 25 different gradient effects to choose from. It also gives you the option of customizing the speed of animation, the screen resolution, and colors. You can also capture the gradient image and save as bitmap (BMP)."; 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 = ''; } }