var fDesc=new Array(); fDesc[0] = "In the Balloons Screensaver, 15 colorful, photo-realistic hot air balloons float through seven good-looking mountain and beach scenes. The hot air ballons float over magestic mountains and beautiful ocean water of our coasts during sunrise and sunset. You can decide which scene you'd like to see, or rotate them as often as once a minute. Also include four MIDI-based tunes. Easily display a customizable message and/or a digital clock using the font of your choice. Other options include setting properties for power management, air controls, PC tuning, mouse sensitivity, password protection, and more."; 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 = ''; } }