var fDesc=new Array(); fDesc[0] = "The free Swan Lake 3D Animated Screensaver by Scenic Reflections may be a bit of the Garden of Eden mixed with a scene from an old Greek legend. Watch the swimming swans in the lake, the twirling butterflies and the Antelope by the ancient gazebo. Listen to the calming melody of the birds and see the unique black swan is rowing about on the lake. Feel free to add your own music or 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 = ''; } }