var fDesc=new Array(); fDesc[0] = "Prolific Publishing, expressing its support of U.S. Military personnel and their families, is proud to offer Flags Demo of the U.S. Military free to the general public. Flags of the Army, Navy, Marines, Air Force, and Coast Guard along with the POW/MIA flag and our National Flag, wave majestically on your monitor. The company has adapted its award-winning hyper-realistic 3D software to offer this special edition as a free download at www.flagpride.com. These flags are now also a part of the bonus flags of FlagPride Flags of North America."; 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 = ''; } }