document.writeln("     <ul id=\"nav\" class=\"dropmenu\"> ");
document.writeln("          <li class=\"active\"><a href=\"index.html\">Home</a> ");
document.writeln(" 				<ul> ");
document.writeln(" 					<li><a href=\"_about.html\">About the Church</a></li> ");
document.writeln(" 					<li><a href=\"_beliefs.html\">What We Believe</a></li> ");
document.writeln(" 					<li><a href=\"_bylaws.html\">Constitution / Bylaws</a></li> ");
document.writeln(" 				</ul>" );
document.writeln(" 				</li>" );
document.writeln("          <li><a href=\"_youth.html\">Ministries</a> ");
document.writeln(" 				<ul> ");
document.writeln(" 					<li><a href=\"_missions.html\">Missions</a></li> ");
document.writeln(" 					<li><a href=\"_youth.html\">Youth Group</a></li> ");
document.writeln(" 				</ul>");
document.writeln(" 		        </li>  ");
document.writeln(" 		   <li><a href=\"_news.html\">News</a> ");
document.writeln("              <ul>");
document.writeln("                 <li><a href=\"_calendar.html\">Calendar of Events</a></li>");
document.writeln("                 <li><a href=\"_pastor.html\">Pastor's Corner</a></li>");
document.writeln("                 <li><a href=\"_news.html\">Newsworthy Items</a></li>");
document.writeln("                 </ul>");
document.writeln("                 </li>");
document.writeln(" 		   <li><a href=\"_sermons.html\">Audio Feeds</a>");
document.writeln("            	<ul>");
document.writeln("                 <li><a href=\"_sermons.html\">Worship Service</a></li>");
document.writeln("                 <li><a href=\"_memory.html\">Scripture Memory Songs</a></li>");
document.writeln("                 <li><a href=\"_bible.html\">Through the Bible in a Year</a></li>");
document.writeln("                 </ul>");
document.writeln("                 </li>");
document.writeln("         <li><a href=\"_resources.html\">Resources</a>");
document.writeln(" 				<ul>");
document.writeln(" 					<li><a href=\"_newcomers.html\">Newcomers</a></li>");
document.writeln(" 					<li><a href=\"_weblinks.html\">Weblinks</a></li>");
document.writeln(" 				</ul>");
document.writeln(" 		        </li>");
document.writeln("         <li><a href=\"_donations.html\">Donations</a>");
document.writeln(" 				<ul>");
document.writeln(" 					<li><a href=\"_donations.html\">Financial Support Options</a></li>");
document.writeln(" 				</ul>");
document.writeln("              </li>");
document.writeln("         <li><a href=\"_location.html\">Location</a>");
document.writeln(" 				<ul>");
document.writeln(" 					<li><a href=\"_location.html\">Map and description</a></li>");
document.writeln(" 				</ul>");
document.writeln("              </li>");
document.writeln("         <li><a href=\"_contacts.html\">Contacts</a>");						
document.writeln(" 				<ul>");
document.writeln(" 					<li><a href=\"_contacts.html\">Let us hear from you</a></li>");
document.writeln(" 				</ul>");
document.writeln("              </li>");
document.writeln("	   </ul>");
