var fDesc=new Array(); fDesc[0] = "The Nice Flowers Free screensaver will show you the most wonderful items that mother-nature can show to people - flowers.
People really like flowers and they are the very important part of the human culture. Women are especially delighted with flowers and like to keep them at home and see outdoors. Using this screensaver you have a chance to see the views of individual flowers, groups of them and flower fields. Some of them are rare and grow far away from civilization."; 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 = ''; } }