/*
 * Create sub menu for navigation.
 *
 * Production Notes: Each top nav item (about, resources, etc.) has its own 
 * corresponding layer within a numbered div. To edit, find the div for the
 * menu you want and follow the convention. Note that for each item you will 
 * need to enter the URL of the link twice. Each menu div also needs to 
 * maintain the integrity of the top and bottom rows, which are there for 
 * formatting.
 * 
 */
 
/* About menu */
strsubnav ='<div id="Layer1" name="Layer1" style="position:absolute; width:155px; z-index:0; left: 110px; top: 97px; border: 1px solid #E7A23C; visibility: hidden;">'+
		'<table width="155" border="0" cellspacing="0" cellpadding="0">'+
		'<tr><td class="links" height="4"><img src="/images/pixel.gif" width="1" height="4" alt="" border="0"></td></tr>'+
			'<tr><A href="/beliefs_ethics.html">'+
				'<td class="links" height="28" onmouseover="MM_Color(this,1);MM_Show1();" onmouseout="MM_Color(this,0);MM_HideALL(0);" style="cursor:hand">'+
					'<A href="/beliefs_ethics.html" class="subnavlink">Beliefs &amp; Ethics</A>'+
				'</td>'+
			'</A></tr>'+
			'<tr><A href="/eleven_principles.html">'+
				'<td class="links" height="28" onmouseover="MM_Color(this,1);MM_Show1();" onmouseout="MM_Color(this,0);MM_HideALL(0);" style="cursor:hand">'+
					'<A href="/eleven_principles.html" class="subnavlink">Eleven Principles</A>'+
				'</td>'+
			'</A></tr>'+
			'<tr><A href="/golden_chain.html">'+
				'<td class="links" height="28" onmouseover="MM_Color(this,1);MM_Show1();" onmouseout="MM_Color(this,0);MM_HideALL(0);" style="cursor:hand">'+
					'<A href="/golden_chain.html" class="subnavlink">Golden Chain</A>'+
				'</td>'+
			'</A></tr>'+
			'<tr><A href="/article_neither.html">'+
				'<td class="links" height="38" onmouseover="MM_Color(this,1);MM_Show1();" onmouseout="MM_Color(this,0);MM_HideALL(0);" style="cursor:hand">'+
					'<A href="/article_eastwest.html" class="subnavlink">Article: Neither of the<br>East nor of the West</A>'+
				'</td>'+
			'</A></tr>'+
			'<tr><td class="links" height="4"><img src="/images/pixel.gif" width="1" height="4" alt="" border="0"></td></tr>'+
		'</table>'+
		'</div>'+
		
		
/* Resources menu */
		'<div id="Layer2" name="Layer2" style="position:absolute; width:160px; z-index:0; left: 174px; top: 97px; border: 1px solid #E7A23C; visibility: hidden;">'+
		'<table width="160" border="0" cellspacing="0" cellpadding="0">'+
			'<tr><td class="links" height="4"><img src="/images/pixel.gif" width="1" height="4" alt="" border="0"></td></tr>'+
			'<tr><A href="/articles.html">'+
				'<td class="links" height="28" onmouseover="MM_Color(this,1);MM_Show2();" onmouseout="MM_Color(this,0);MM_HideALL(0);" style="cursor:hand">'+
					'<A href="/articles_interviews.html" class="subnavlink">Articles &amp; Interviews</A>'+
				'</td>'+
			'</A></tr>'+
			'<tr><A href="/audioarchives.html">'+
				'<td class="links" height="28" onmouseover="MM_Color(this,1);MM_Show2();" onmouseout="MM_Color(this,0);MM_HideALL(0);" style="cursor:hand">'+
					'<A href="/audioarchives.html" class="subnavlink">Audio Archives</A>'+
				'</td>'+
			'</A></tr>'+
			'<tr><A href="/online_video.html">'+
				'<td class="links" height="28" onmouseover="MM_Color(this,1);MM_Show2();" onmouseout="MM_Color(this,0);MM_HideALL(0);" style="cursor:hand">'+
					'<A href="/online_video.html" class="subnavlink">Online Video</A>'+
				'</td>'+
			'</A></tr>'+
			'<tr><td class="links" height="4"><img src="/images/pixel.gif" width="1" height="4" alt="" border="0"></td></tr>'+
		'</table>'+
		'</div>'+
		
/* Publications menu */
		'<div id="Layer3" name="Layer3" style="position:absolute; width:130px; z-index:0; left: 278px; top: 97px; border: 1px solid #E7A23C; visibility: hidden;">'+
		'<table width="130" border="0" cellspacing="0" cellpadding="0">'+
			'<tr><td class="links" height="4"><img src="/images/pixel.gif" width="1" height="4" alt="" border="0"></td></tr>'+
			'<tr><A href="/books.html">'+
				'<td class="links" height="28" onmouseover="MM_Color(this,1);MM_Show3();" onmouseout="MM_Color(this,0);MM_HideALL(0);" style="cursor:hand">'+
					'<A href="/books.html" class="subnavlink">Books</A>'+
				'</td>'+
			'</A></tr>'+
			'<tr><A href="/audio.html">'+
				'<td class="links" height="28" onmouseover="MM_Color(this,1);MM_Show3();" onmouseout="MM_Color(this,0);MM_HideALL(0);" style="cursor:hand">'+
					'<A href="/audio.html" class="subnavlink">Audio</A>'+
				'</td>'+
			'</A></tr>'+
			'<tr><A href="/dvd.html">'+
				'<td class="links" height="28" onmouseover="MM_Color(this,1);MM_Show3();" onmouseout="MM_Color(this,0);MM_HideALL(0);" style="cursor:hand">'+
					'<A href="/dvd.html" class="subnavlink">DVD</A>'+
				'</td>'+
			'</A></tr>'+
			'<tr><A href="/store_orders.html">'+
				'<td class="links" height="28" onmouseover="MM_Color(this,1);MM_Show3();" onmouseout="MM_Color(this,0);MM_HideALL(0);" style="cursor:hand">'+
					'<A href="/store_orders.html" class="subnavlink">Order Info</A>'+
				'</td>'+
			'</A></tr>'+
			'<tr><td class="links" height="4"><img src="/images/pixel.gif" width="1" height="4" alt="" border="0"></td></tr>'+
			'</table>'+
			'</div>'+
		
/* Events menu  */
		'<div id="Layer4" name="Layer4" style="position:absolute; width:140px; z-index:0; left: 394px; top: 97px; visibility: hidden;">'+
		'</div>'+
		
/* Contact menu */
		'<div id="Layer5" name="Layer5" style="position:absolute; width:100px; z-index:0; left: 479px; top: 97px; border: 1px solid #E7A23C; visibility: hidden;">'+
		'<table width="100" border="0" cellspacing="0" cellpadding="0">'+
			'<tr><td class="links" height="4"><img src="/images/pixel.gif" width="1" height="4" alt="" border="0"></td></tr>'+
			'<tr><A href="/contact.html">'+
				'<td class="links" height="28" onmouseover="MM_Color(this,1);MM_Show5();" onmouseout="MM_Color(this,0);MM_HideALL(0);" style="cursor:hand">'+
					'<A href="/contact.html" class="subnavlink" onMouseOver="imgover(IMG12)" onMouseOut="imgout(IMG12)">Contact Info</A>'+
				'</td>'+
			'</A></tr>'+
			'<tr><A href="/mailinglist.html">'+
				'<td class="links" height="28" onmouseover="MM_Color(this,1);MM_Show5();" onmouseout="MM_Color(this,0);MM_HideALL(0);" style="cursor:hand">'+
					'<A href="/mailinglist.html" class="subnavlink" onMouseOver="imgover(IMG13)" onMouseOut="imgout(IMG13)">Mailing List</A>'+
				'</td>'+
			'</A></tr>'+
			'<tr><A href="/donations.html">'+
				'<td class="links" height="28" onmouseover="MM_Color(this,1);MM_Show5();" onmouseout="MM_Color(this,0);MM_HideALL(0);" style="cursor:hand">'+
					'<A href="/donations.html" class="subnavlink" onMouseOver="imgover(IMG14)" onMouseOut="imgout(IMG14)">Donations</A>'+
				'</td>'+
			'</A></tr>'+
			'<tr><td class="links" height="4"><img src="/images/pixel.gif" width="1" height="4" alt="" border="0"></td></tr>'+
			'</table>'+
			'</div>'+
			
/* Links menu  */
		'<div id="Layer6" name="Layer6" style="position:absolute; width:100px; z-index:0; left: 492px; top: 97px; visibility: hidden;">'+
		'</div>'
			
document.write(strsubnav);
