var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html'
},
{   sTitle:'Termine',
    bIsWebPath:true,
    sUrl:'termine.html'
},
{   sTitle:'Sportstätten',
    bIsWebPath:true,
    sUrl:'sportstaetten.html'
},
{   sTitle:'Formulare',
    bIsWebPath:true,
    sUrl:'formulare.html'
},
{   sTitle:'Chronik',
    bIsWebPath:true,
    sUrl:'chronik.html',"childArray" : [
    {   sTitle:'100 Jahre',
        bIsWebPath:true,
        sUrl:'100jahre.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'LogIn',
    bIsWebPath:true,
    sUrl:'login.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
}]
});
