var fDesc=new Array(); fDesc[0] = "World Flags Screensaver allows you to admire a close-up view of wonderfully crafted flags of over a hundred of nations placed over a background with a map of the world on it. Flags are three dimensional and have a realistic physical model, making them flutter in the wind just like real ones. You can change both the background screen and the flag texture to any image you like. Feel a patriot, feasting your eyes upon the flag of your country!"; 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 = ''; } }