var fDesc=new Array(); fDesc[0] = "The Patriot is a small animated waving American flag. It may be placed anywhere on your desktop, and includes a handy alarm clock, complete with an adjustable snooze bar, and the ability to play either an .mp3 or .wav file when the alarm activates. You can also easily synchronize your PC clock with atomic time servers used by the National Institute of Standards and Technology (NIST) Internet Time Service (ITS)! Also, view the lyrics to Red Skelton's Pledge of Allegiance, as well as patriotic songs (America the Beautiful, God Bless America, My Country 'Tis of Thee, and our National Anthem), and includes links to Charities, and Support our Soldiers web sites."; 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 = ''; } }