var fDesc=new Array(); fDesc[0] = "Balloons And Mountains Screen Saver is an animated screen saver that brings the images of mountain tops and realistic animation of hot air balloons to your desktop. This screen saver features real world graphics combined with ultra realistic animation properties that you can control through the configuration screen. Optional background music can be played in the background during this screen saver."; 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 = ''; } }