var fDesc=new Array(); fDesc[0] = "The free Mountain River 3D Animated Screensaver by Scenic Reflections lets you enjoy a beautiful scene where a river flows through the mountain as an antelope comes to enjoy the crisp cold water coming from those icy mountain tops. As it enjoys his drink, you can spot beautiful butterflies fluttering and birds flying around. The calming sound from this animated screen saver makes this setting even more peaceful. You`ll be enthralled by the eagles and other birds flying in the sky, the chirping of the birds in the distance, and the quiet sound of the tricking of the river as it flows by. And now you can optionally add your own music and sound tracks to help enhance the screensaver even further."; 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 = ''; } }