function Header()
{
//******************** Table for main header *************************************
document.writeln("<TABLE border='0' width='800' height='125' align='left' valign='top' align='center'> ")
document.writeln("<TR> ")
document.writeln("	<TD align='center'> ")
document.writeln("		<IMG SRC='images/PDPC.gif' BORDER='1' valign='Bottom'> ")
document.writeln("	</TD> ")
document.writeln("		<TD align='left' valign='top' width='685' height='100'> ")
document.writeln("		<CENTER><img src='images/LWC.gif' border='1'>&nbsp;</center>")
//********************* Table for navigational menu *******************************
document.writeln("<TABLE border='0' height='25' width='685' align='center'> ")
document.writeln("<TR>")
document.writeln("		<TD align='left'> ")
document.writeln("			<font face='tahoma, arial' size='-1' color='000000'> ")
document.writeln("			<CENTER> ")
document.writeln("			| <A href='Children.htm'>Children's Ministry</a> | <a href='http://www.myspace.com/lwmyouth' target='_blank'>Youth</a> | <A href='BibleReading.htm'>Bible Reading</a> | <A href='M&O.htm'>Ministry & Outreach</a> | <A href='Missions.htm'>Missions</a> | <A href='Vision.htm'>Our Vision</a> |")
document.writeln("			<BR>| <A href='Faith.htm'>What We Believe</a> | <A href='Salvation.htm'>Where will You spend Eternity?</a> | <A href='http://www.livingwordchurch.mypodcast.com', target='_blank'>PodCast</a> <img src='images/new.gif'> | <A href='http://www.InTheWind.org', target='_blank'>In The Wind</a> <img src='images/new.gif'> | <br/> | <a href='events.htm'>Upcoming Events</a> | <A href='index.html'>Home</a> | <A href='Map.htm'>Site Map</a> | <A href='Directions.htm'>Directions</a> | <A href='MeetPastor.htm'>Meet the Pastors</a> | <A href='Links.htm'>Links</a> | <a href='https://www.eservicepayments.com/cgi-bin/Vanco_ver3.vps?appver3=tYgT1GfNxRUldiimjHMvOcdY4I0SyYEe3JacLI-qjKloFNP4aqRa0S8QPHgWyUw1ums9tj3wI7okSf0MyMa8usxMqI4Bs5wdYfLKDehVHN0=&ver=3', target='_blank'>Online Giving</a> ")
document.writeln("			</CENTER> ")
document.writeln("		</td> ")
document.writeln("</tr> ")
document.writeln("</table>")
document.writeln("		</td> ")
document.writeln("</tr>")
document.writeln("</table>")

}; //End of page Header() function