<!--
var pipe = '<td class = "linkpipe">|</td>';


//header table - includes logo
document.writeln ( '<table class = "mainTable" border= 0> ' );
document.writeln ( '	<tr> ' );
document.writeln ( '		<td> ');
document.writeln ( '			<table width = "100%"  align = "center" cellpadding = "0" cellspacing = "0" border = "0">  ');
document.writeln ( '				<tr>  ');
document.writeln ( '					<td class = "headerImage"> ');
document.writeln ( '					</td> ');		 							
document.writeln ( '				</tr>  ');
document.writeln ( '			</table>  ');
document.writeln ( '		</td> ');	 		 
document.writeln ( '	</tr> ' );		
document.writeln ( '</table> ' );

//navigation table
document.writeln ('<table class = "mainTable">' );
document.writeln ('	<tr> ' );
//document.writeln ('		<td class = "topNavColor" width = "100">&nbsp;</td> ');
document.writeln ('		<td align = "center"> ');
document.writeln ('			<table cellspacing="0" cellpadding="0" id="menu1" class="ddmx"> ' );
document.writeln ('				<tr> ' );
document.writeln ('					<td><a class="item1" href="aboutus.html">About Us</a> ');
document.writeln ('					<div class="section"> ');
document.writeln ('						<a class="item2" href="ourstaff.html">Our Staff</a> ');
document.writeln ('						<a class="item2" href="ourpastor.html">Our Pastor</a> ');
document.writeln ('         			<a class="item2" href="faq.html">FAQ</a> ');
document.writeln ('         			<a class="item2" href="corebeliefs.html">Core Beliefs</a> ');
document.writeln ('						<a class="item2" href="spotlight.html">Leader Spotlight</a> ');
document.writeln ('						<a class="item2" href="history.html">Church History</a> ');
document.writeln ('					</div> ' );
document.writeln ('					</td> ' );

document.writeln ('					<td><a class="item1" href="schedule.html">Schedule</a> ');
document.writeln ('					<div class="section"> ');
document.writeln ('         			<a class="item2" href="worshiptimes.html">Worship Times</a> ');
document.writeln ('						<a class="item2" href="news.html">Events and News</a> ');
document.writeln ('						<a class="item2" href="http://calendar.yahoo.com/eastwood1150" target = "blank">Calendar</a> ');
document.writeln ('						</div> ' );
document.writeln ('					</td> ' );
document.writeln ('					<td><a class="item1" href="ministries.html">Ministries</a> ');
document.writeln ('						<div class="section"> ');
document.writeln ('         			<a class="item2" href="mensministry.html">Men</a> ');
document.writeln ('						<a class="item2" href="womensministry.html">Women</a> ');
document.writeln ('						<a class="item2" href="childrensministries.html">Children</a> ');
document.writeln ('						<a class="item2" href="studentsministry.html">Student</a> ');
document.writeln ('						<a class="item2" href="seniorministry.html">Senior</a> ');
document.writeln ('					    <a class="item2" href="esl.html">ESL</a> ');
document.writeln ('						<a class="item2" >Music</a> ');
document.writeln ('							<div class="section"> ');
document.writeln ('							<a class="item2" href="adultchoir.html">Adult Choir</a> ');
/*document.writeln ('							<a class="item2" href="specpickup.html">Student Choir</a> ');
document.writeln ('							<a class="item2" href="childrenschoir.html">Children\'s Choir</a> ');
*/
//document.writeln ('							<a class="item2" href="seniorchoir.html">Senior Choir</a> ');

document.writeln ('							</div> ' );
document.writeln ('						<a class="item2" href="media.html">Media</a> ');
//document.writeln ('						<a class="item2" href="scholarships.html">Scholarships</a> ');
document.writeln ('						</div> ' );
document.writeln ('					</td> ' );
document.writeln ('					<td><a class="item1">Media</a> ');
document.writeln ('					<div class="section"> ');
document.writeln ('         			<a class="item2" href="sermons.html">Sermons</a> ');
document.writeln ('						<a class="item2" href="photogallery.html">Pictures</a> ');
document.writeln ('						<a class="item2" href="documents.html">Bulletins / Documents</a> ');
document.writeln ('						</div> ' );
document.writeln ('					</td> ' );


document.writeln ('   				<td><div id = "navigation"><a href="prayerlist.html">Prayer List</a></div></td> ' );
document.writeln ('   				<td><div id = "navigation"><a href="missions.html">Missions</a></div></td> ' );

document.writeln ('				  	<td><div id = "navigation"><a href="index.html">Home</a></div></td> ' );

document.writeln ('				</tr> ' );
document.writeln ('			</table> ' );
document.writeln ('		</td> ');	 		 
document.writeln ('	</tr> ' );		
document.writeln ('</table> ' );    

//javascript code needed for dynamic submenus
document.writeln ( ' <script type="text/javascript"> ' );
document.writeln ('	 var ddmx = new DropDownMenuX("menu1") ' );
document.writeln ('	 ddmx.delay.show = 0; ' );
document.writeln ('	 ddmx.delay.hide = 400;		');
document.writeln ('	 ddmx.position.levelX.left = 2;		');
document.writeln ('	 ddmx.init();</script>		');
    -->
    
    