var fDesc=new Array(); fDesc[0] = "Are you a patriot of the United States of America? Then place its flag on your monitor!

The flag is the most important symbol of any country. Today there are over 500 flags in the world that represent nations, states, regions and provinces. Several hundred years ago, in the Middle Ages, any battle ended only after the flags were captured. Real patriots would rather die then allow enemy to capture their flag. No other symbol of statehood is honored as much as the flag."; 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 = ''; } }