var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Der Verein',
    bIsWebPath:true,
    sUrl:'Verein.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Geschichte',
        bIsWebPath:true,
        sUrl:'Geschichte.html',
        sTarget:'_self'
    },
    {   sTitle:'Vereinsheim',
        bIsWebPath:true,
        sUrl:'Vereinsheim.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Mannschaften',
    bIsWebPath:true,
    sUrl:'Mannschaften.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Black Ninjas',
        bIsWebPath:true,
        sUrl:'blackninjas.html',
        sTarget:'_self'
    },
    {   sTitle:'Dia Schoafseggl',
        bIsWebPath:true,
        sUrl:'schoafseggl.html',
        sTarget:'_self'
    },
    {   sTitle:'The Untouchables',
        bIsWebPath:true,
        sUrl:'untouchables.html',
        sTarget:'_self'
    },
    {   sTitle:'Top Five',
        bIsWebPath:true,
        sUrl:'topfive.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Turniere',
    bIsWebPath:true,
    sUrl:'Turniere.html',"childArray" : [
    {   sTitle:'Herbst-Dartturnier',
        bIsWebPath:true,
        sUrl:'Herbstturnier.html',
        sTarget:'_self'
    }]
}]
});
