// JavaScript Document

//About Menu bar:

function Write_About_Menu()
 { 
  document.write('<table class="MenuTable" style="text-align:center;" width="760px" height="29px" border="0" cellpadding="0" cellspacing="0" align="center">');
  document.write('<tr><td><a href="http://www.nava.org/index.php"><img align="left" src="http://www.nava.org/images/NavaNavFlagOff.jpg" width="44" height="29" alt="Home" onMouseOver="src=' + "'http://www.nava.org/images/NavaNavFlagOn.jpg'" + '" onMouseOut="src=' + "'http://www.nava.org/images/NavaNavFlagOff.jpg'" + '" ></a></td>');
  document.write('<td class="Nav" width="88" height="29"><a href="Committees.htm">Committees</a></td>');
  document.write('<td class="Nav" width="88" height="29"><a href="Governance.htm">NAVA<br>Governance</a></td>');
  document.write('<td class="Nav" width="88" height="29"><a href="Execboard.htm">Executive<br>Board</a></td>');
  document.write('<td class="Nav" width="80" height="29"><a href="Bylaws/bylaws1.php">Bylaws</a></td>');
  document.write('<td class="Nav" width="96" height="29"><a href="Bylaws/articles.htm">Articles of<br>Incorporation</a></td>');
  document.write('<td class="Nav" width="88" height="29"><a href="History.htm">NAVA<br>History</a></td>');
  document.write('<td class="Nav" width="88" height="29"><a href="Navaflag.htm">NAVA<br>Flag</a></td>');
  document.write('<td width="88" height="29"><a href="Navaseal.htm">NAVA<br>Seal</a></td>');
  document.write('<td><a href="http://www.nava.org/Contact%20Us/index.php"><img src="http://www.nava.org/images/NavaNavEmailOff.jpg" width="44" height="29" alt="Contact NAVA" onMouseOver="src=' + "'http://www.nava.org/images/NavaNavEmailOn.jpg'" + '" onMouseOut="src=' + "'http://www.nava.org/images/NavaNavEmailOff.jpg'" + '"></a></td>');
  document.write('</tr></table>');
 }

function Write_Footer()
  {
	var D = new Date();
	var Y = D.getFullYear();
	document.write('<center><div style="color: #000fff; font-size: 12px; font-family: arial, helvecta;"><br>&copy; ' + Y);
	document.write(' North American Vexillological Association &nbsp; &nbsp; ~ &nbsp; &nbsp;');
	document.write('<font color="gray"">Site managed by <a style="text-decoration: none; color: gray;"');
	document.write('href="http://www.mediadezine.com" title="MediaDezine, LLC">MediaDezine, LLC</a></font></div></center>');
 }
