function TopNav(level)
{
    if(eval(level) == 0)
    {
			document.write("<a href=\"default.htm\">Home</a> <a href=\"newsletters\">Newsletters</a> <a href=\"Contact.htm\">Contact</a> \n");
			document.write("<a href=\"About.htm\">About</a> \n");
    }
    else
    {
			document.write("<a href=\"../default.htm\">Home</a> <a href=\"../newsletters\">Newsletters</a> <a href=\"../Contact.htm\">Contact</a> \n");
			document.write("<a href=\"../About.htm\">About</a> \n");
			
							
    }
}


function SideBar(level)
{
document.write("				<div id=\"sidebar\"> \n");
document.write("					<div class=\"box\"> \n");
document.write("						<h2>Topics</h2> \n");
if(eval(level) == 0)
{
document.write("						<p><a href=\"Upcoming.htm\">Upcoming Events</a></p> \n");
    document.write("						<p><a href=\"application.doc\" target=\"top\">Membership Application</a></p> \n");
    document.write("						<p><a href=\"gallery.htm\">Gallery</a></p> \n");
}
else
{
document.write("						<p><a href=\"../Upcoming.htm\">Upcoming Events</a></p> \n");
    document.write("						<p><a href=\"../application.doc\" target=\"top\">Membership Application</a></p> \n");
    document.write("						<p><a href=\"../gallery.htm\">Gallery</a></p> \n");
}
document.write("					</div> \n");
document.write("					<div class=\"box\"> \n");
document.write("						<h2>Helpful Links</h2> \n");
document.write("						<p><a href=\"http://www.82ndairborneassociation.org/\" target=\"_new\">National Association</a></p> \n");
document.write("						<p><a href=\"http://www.nationalinfantrymuseum.com/\" target=\"_new\">National Infantry Museum</a></p> \n");
document.write("						<p><a href=\"http://www.staticlinemagazine.com/\" target=\"_new\">Static Line Magazine</a></p> \n");
document.write("						<p><a href=\"http://www.bragg.army.mil/Organizations/82nd-Airborne-Division.aspx/\" target=\"_new\">82nd Division Website</a></p> \n");
document.write("						<p><a href=\"http://82ndairbornedivisionmuseum.com/\" target=\"_new\">82nd Airborne Museum</a></p> \n");
document.write("						<p><a href=\"http://www.asomf.org/\" target=\"_new\">Airborne &amp; Special Operations Museum - Fayetteville, NC</a></p> \n");
document.write("					</div> \n");
document.write("				</div> \n");
}

function Footer()
{
document.write("			<div id=\"footer\">Copyright &copy; 2009 - 2010 <a href=\"http://www.yourfriends.com/\">Friendly  \n");
document.write("					Software</a>. All Rights Reserved. Site design by <a href=\"http://www.nickifaulk.com/\"> \n");
document.write("					Nicki Faulk</a></div> \n");
}
