var fDesc=new Array(); fDesc[0] = "Bears are so huge and strong, they live in the forest and on the Pole. They are very clever but it's rather a dangerous to come near them. Let's safely enjoy these lovely animals from desktop with Clumsy Bears screensaver! After ScreenSaver settings window is activated you can start configuring Clumsy Bears. You will see 3 drop down menus and 3 checkboxes. When "Cycle through all effects" checkbox is selected - you don't need "Transition effects" menu. In that case Screensaver will use all available effects to maximize slideshow experience."; 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 = ''; } }