
var tree = '';

tree += '<div id="navTree">';
tree +='  	<div id="menuBar_1_list">';
tree +='  		<a href="' + relTopDirPath + 'myaccount/index.html">Mina sidor</a><br>';
tree +='  		<a href="' + relTopDirPath + 'myaccount/edit/user_account/index.html">Inloggningsuppgifter</a><br>';
tree +='  		<a href="' + relTopDirPath + 'myaccount/edit/contact_info/index.html">Kontaktuppgifter</a><br>';
tree +='  		<a href="' + relTopDirPath + 'myaccount/edit/portrait/index.html">Porträtt</a><br>';
tree +='  		<a href="' + relTopDirPath + 'myaccount/regs/index.html">Anmälningar</a><br>';
tree +='  	</div>';

tree +='  	<div id="menuBar_2_list">';
tree +='  		<a href="' + relTopDirPath + 'calendar/index.html">Kalender</a><br>';
tree +='  	</div>';

tree +='  	<div id="menuBar_3_list">';
tree +='  		<a href="' + relTopDirPath + 'public/comp/index.html">Tävling</a><br>';
tree +='  		<a href="' + relTopDirPath + 'public/comp/mycomp/index.html">Mina tävlingssidor</a><br>';
tree +='  		<a href="' + relTopDirPath + 'public/comp/games/index.html">Alla tävlingar</a><br>';
tree +='  		<a href="' + relTopDirPath + 'public/comp/bookings/index.html">Anmälningar</a><br>';
tree +='  		<a href="' + relTopDirPath + 'public/comp/results/index.html">Resultat</a><br>';
tree +='  		<a href="' + relTopDirPath + 'public/comp/persons/index.html">Dansare</a><br>';
tree +='  		<a href="' + relTopDirPath + 'public/comp/teams/index.html">Par och trior</a><br>';
tree +='  		<a href="' + relTopDirPath + 'public/comp/rankings/index.html">Rankinglistor</a><br>';
tree +='  		<a href="' + relTopDirPath + 'public/comp/classes/index.html">Tävlingsklasser</a><br>';
tree +='  		<a href="' + relTopDirPath + 'public/comp/orgs/index.html">Alla klubbar</a><br>';
tree +='  		<a href="' + relTopDirPath + 'public/comp/administration/index.html">Administration</a><br>';
tree +='  	</div>';

tree +='  	<div id="menuBar_4_list">';
tree +='  		<a href="' + relTopDirPath + 'public/orgs/index.html">Organisationer</a><br>';
tree +='  	</div>';

tree +='  	<div id="menuBar_5_list">';
tree +='  		<a href="' + relTopDirPath + 'public/about/index.html">Om SwingWeb</a><br>';
tree +='  		<a href="' + relTopDirPath + 'public/about/news/index.html">Nyheter</a><br>';
tree +='  		<a href="' + relTopDirPath + 'public/about/tools/index.html">Kraftfulla verktyg</a><br>';
tree +='  		<a href="' + relTopDirPath + 'public/about/servers/index.html">Säkerhet och ansvar</a><br>';
tree +='  		<a href="' + relTopDirPath + 'public/about/cost/index.html">Kostnader och avtal</a><br>';
tree +='  		<a href="' + relTopDirPath + 'public/about/demo/index.html">Demoversion</a><br>';
tree +='  		<a href="' + relTopDirPath + 'public/about/cogwork/index.html">CogWork</a><br>';
tree +='  		<a href="' + relTopDirPath + 'public/about/cookies/index.html">Användning av kakfiler</a><br>';
tree +='  	</div>';

tree +='</div>';
