// JavaScript Document

		var nav_contents = '';

		nav_contents += '<ul id="ebul_cbindex_1" class="ebul_cbindex" style="display: none;">';
        nav_contents += '<li><a href="history_philosophy.html" title="">History &amp Philosophy</a></li>';
        nav_contents += '<li><a href="special_needs.html" title="">Special Needs</a></li>';
        nav_contents += '<li><a href="our_teachers.html" title="">Our Teachers</a></li>';
		nav_contents += '<li><a href="careers.html" title="">Career Opportunities</a></li>';
        nav_contents += '</ul>';
		
		nav_contents += '<ul id="ebul_cbindex_2" class="ebul_cbindex" style="display: none;">';
		nav_contents += '<li><a href="small_wonders.html" title="">Program Description</a></li>';
		nav_contents += '<li><a href="small_wonders_schedule.html" title="">Daily Schedule</a></li>';
		nav_contents += '<li><a href="small_wonders_photos.html" title="">Photos</a></li>';
		nav_contents += '</ul>';
 
 		nav_contents += '<ul id="ebul_cbindex_3" class="ebul_cbindex" style="display: none;">';
		nav_contents += '<li><a href="tireless_toddlers.html" title="">Program Description</a></li>';
		nav_contents += '<li><a href="tireless_toddlers_schedule.html" title="">Daily Schedule</a></li>';
		nav_contents += '<li><a href="tireless_toddlers_photos.html" title="">Photos</a></li>';
		nav_contents += '</ul>';
		
		nav_contents += '<ul id="ebul_cbindex_4" class="ebul_cbindex" style="display: none;">';
		nav_contents += '<li><a href="little_adventurers.html" title="">Program Description</a></li>';
		nav_contents += '<li><a href="little_adventurers_schedule.html" title="">Daily Schedule</a></li>';
		nav_contents += '<li><a href="little_adventurers_photos.html" title="">Photos</a></li>';
		nav_contents += '</ul>';
		
		nav_contents += '<ul id="ebul_cbindex_5" class="ebul_cbindex" style="display: none;">';
		nav_contents += '<li><a href="explorers_club_beforeafter.html" title="">Before &amp After School</a></li>';
		nav_contents += '<li><a href="explorers_club_kcorner.html" title="">Kindergarten Corner</a></li>';
		nav_contents += '<li><a href="explorers_club_prek.html" title="">Pre-K Program</a></li>';
		nav_contents += '<li><a href="explorers_club_elective.html" title="">Elective Program</a></li>';
		nav_contents += '</ul>';
		
		nav_contents += '<ul id="ebul_cbindex_6" class="ebul_cbindex" style="display: none;">';
		nav_contents += '<li><a href="forms.html" title="">Forms and Payment Options</a></li>';
		nav_contents += '<li><a href="news.html" title="">News Around the World</a></li>';
		nav_contents += '<li><a href="family_articles.html" title="">Family Articles</a></li>';
		nav_contents += '<li><a href="newsletter.html" title="">Newsletter</a></li>';
		nav_contents += '<li><a href="family_links.html" title="">Family Links</a></li>';
		nav_contents += '</ul>';

		document.write( nav_contents );
		
		
		
