var fDesc=new Array(); fDesc[0] = "If you are a fan of some football team or you want to see a logo of some team at your desktop, then you should download this screensaver. It shows you a beautiful flag with the emblem of your favorite club. It will be flapping in the wind. You can adjust strength of wind and emblem you wish. You also can set your own picture at the flag or at the background. In this version are available teams of: England, France, Italy, Germany and Spain."; 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 = ''; } }