var fDesc=new Array(); fDesc[0] = "A photo slideshow screen saver with photos of sea life in tropical reefs. Includes fish, coral, starfish, urchins, and more. All photos are 800x600 high-quality images. (1024x768 also available, see our web site.) Other screen saver features include transition effects, black and white mode, password use, and extract photos as wallpaper, including built-in wallpaper cycling every hour or every day."; 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 = ''; } }