var fDesc=new Array(); fDesc[0] = "In this screensaver, you'll see Crockett Falls in Tennessee's David Crockett State Park, which is located near Lawrenceburg, TN. This screensaver has two versions, one with sound and one without. The version with sound does not allow the sound to be muted. The screensaver acts too slowly if the sound is not embedded into the animation. Since the sound is embedded into the animation and not the screensaver software itself, it cannot be muted in the version with sound."; 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 = ''; } }