var cText = '';
cText += '<div class="horizontalcssmenu">';
cText += '<ul id="cssmenu1">';
cText += '<li style="border-left: 1px solid #202020;"><a href="index.htm">Klubben</a>';
cText += 	'<ul>';
cText += 	'<li><a href="index.htm">Forside</a></li>';
cText += 	'<li><a href="information.htm">Information</a></li>';
cText += 	'<li><a href="links.htm">Links</a></li>';
cText += 	'<li><a href="kontakter.htm">Kontakter</a></li>';
cText += 	'</ul>';
cText += '</li>';
cText += '<li><a href="arrangementer.htm">Arrangementer</a>';
cText += 	'<ul>';
cText += 	'<li><a href="arrangementer.htm">Klub arrangementer</a></li>';
cText += 	'<li><a href="arrangementer-eksterne.htm">Gæste arrangementer</a></li>';
cText += 	'</ul>';
cText += '</li>';
cText += '<li><a href="indmeldelse.htm">Træning</a>';
cText += 	'<ul>';
cText += 	'<li><a href="indmeldelse.htm">Indmeldelse / udmeldelse</a></li>';
cText += 	'<li><a href="traeningstider.htm">Træningstider</a></li>';
cText += 	'<li><a href="bueskole.htm">Bueskole</a></li>';
cText += 	'<li><a href="buetyper.htm">Buetyper</a></li>';
cText += 	'</ul>';
cText += '</li>';
cText += '<li><a href="logbog.htm">Logbog</a>';
cText += 	'<ul>';
cText += 	'<li><a href="logbog.htm">Logbog 2011</a></li>';
cText += 	'<li><a href="logbog2010.htm">Logbog 2010</a></li>';
cText += 	'<li><a href="logbog2009.htm">Logbog 2009</a></li>';
cText += 	'<li><a href="logbog2008.htm">Logbog 2008</a></li>';
cText += 	'<li><a href="logbog2007.htm">Logbog 2007</a></li>';
cText += 	'<li><a href="logbog2006.htm">Logbog 2006</a></li>';
cText += 	'<li><a href="logbog2005.htm">Logbog 2005</a></li>';
cText += 	'</ul>';
cText += '</li>';
cText += '</ul>';
cText += '<br style="clear: left;" />';
cText += '</div>';
document.write(cText);
