var fDesc=new Array(); fDesc[0] = "The eagle flew over the falls, a symbol of freedom, the freedom of the wild. And the wind said, Let the eagle fly. Watch the water cascading on your desktop with this ANIMATED screensaver. Matching desktop theme and Winamp skin available separately. The eagle flew with his outstretched wings, beating against the wind, as through the ages before. And the wind said, Let the eagle fly."; 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 = ''; } }