var fDesc=new Array(); fDesc[0] = "View close-up, professional photos of bald eagles, golden eagles, osprey, vultures, pelicans, falcons, hawks, cranes, and more. You can even play your own wav or midi music files while the screensaver displays the pictures. The registered version contains a total of 32 images, including close-up photos of birds in flight, birds perched in trees, birds in water, and perfectly timed photos of birds taking off and landing. Options include adding your own sound files (wav, midi, or both), turning the sound on or off, tiling many pictures on your screen, displaying the pictures full-screen, displaying the pictures sequentially or randomly, and even changing the time delay between picture displays. This is compatible with Windows 95, 98, or NT."; 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 = ''; } }