// JavaScript Document

document.write("	<div id='nav'>")
document.write("    <ul id='menu'>")
document.write("    	<li><a href='http://www.globalspirit.nl/web/pages/nl/index.html'>Home</a></li>")
document.write("        <li><a href='http://www.globalspirit.nl/web/pages/nl/bedrijf.html'>Het bedrijf</a></li>")
document.write("        <li><a href='#'>Projecten</a>")
document.write("    		<ul>")
document.write("		    	<li><a href='http://www.globalspirit.nl/web/pages/nl/projecten-diersoort.html'>Zoek op diersoort</a></li>")
document.write("        		<li><a href='http://www.globalspirit.nl/web/pages/nl/projecten-land.html'>Zoek op land</a></li>")
document.write("		        <li><a href='http://www.globalspirit.nl/web/pages/nl/projecten-boeking.html'>Boek een project</a></li>")
document.write("			</ul>")
document.write("        </li>")
document.write("        <li><a href='#'>Informatie</a>")
document.write("        	<ul>")
document.write("            	<li><a href='http://www.globalspirit.nl/web/pages/nl/contact.html'>Contact</a></li>")
document.write("                <li><a href='http://www.globalspirit.nl/web/pages/nl/faq.html'>FAQ</a></li>")
document.write("                <li><a href='http://www.globalspirit.nl/web/pages/nl/informatie.html'>Nieuwsbrief</a></li>")
document.write("                <li><a href='http://www.globalspirit.nl/web/pages/nl/links.html'>Links</a></li>")
document.write("			</ul>")
document.write("		</li>")
document.write("	</ul>")
document.write("	<!-- navigation ends-->	")
document.write("	<table height='35px' class='navtable'><tr><td class='navtable'>&nbsp;</td></tr></table></div>")
