// top_nav.js
document.write('<style>A:link{text-decoration: none} A:hover {text-decoration: underline;}</style>');

document.write('<table width="100%"><tr>');
document.write('<td nowrap height="25" style="border-bottom: solid gray 2px;background-color: #75B1BC;color: white; padding-left:40px">');
document.write('[<a href="index.htm" class="top_nav">Home</a>]&nbsp;&nbsp;');
document.write('[<a href="welcome.htm" class="top_nav">Welcome</a>]&nbsp;&nbsp;');
document.write('[<a href="faith.htm" class="top_nav">Our Faith</a>]&nbsp;&nbsp;');
document.write('[<a href="services.htm" class="top_nav">Our Services</a>]&nbsp;&nbsp;');
document.write('[<a href="outreach.htm" class="top_nav">Our Outreach</a>]&nbsp;&nbsp;');
document.write('[<a href="thegoodnews.htm" class="top_nav">The Good News</a>]&nbsp;&nbsp;');
document.write('[<a href="contactus.htm" class="top_nav">Contact Us</a>]&nbsp;&nbsp;');
document.write('[<a href="directions.htm" class="top_nav">Directions</a>]&nbsp;&nbsp;');
document.write('[<a href="visitorsPerspective.htm" class="top_nav">A Visitor\'s Perspective</a>]&nbsp;&nbsp;');
document.write('&nbsp;</td></tr></table>');
