var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Startseite',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Verein',
    'bIsWebPath':true,
    'sUrl':'verein.html'
},
{   'sTitle':'Aktive',
    'bIsWebPath':true,
    'sUrl':'aktive.html'
},
{   'sTitle':'Neues',
    'bIsWebPath':true,
    'sUrl':'neues.html'
},
{   'sTitle':'Bilder',
    'bIsWebPath':true,
    'sUrl':'bilder.html'
},
{   'sTitle':'Gästebuch',
    'bIsWebPath':true,
    'sUrl':'gastbuch.html'
},
{   'sTitle':'Kontakt',
    'bIsWebPath':true,
    'sUrl':'kontakt.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'link.html'
},
{   'sTitle':'Presse',
    'bIsWebPath':true,
    'sUrl':'presse.html'
},
{   'sTitle':'Chronik',
    'bIsWebPath':true,
    'sUrl':'chronik.html'
},
{   'sTitle':'Impressum',
    'bIsWebPath':true,
    'sUrl':'impressum.html'
}]
});
