var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gruppen',
    bIsWebPath:true,
    sUrl:'gruppen.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Terrorrteddy\'s',
        bIsWebPath:true,
        sUrl:'teddy.html',
        sTarget:'_self'
    },
    {   sTitle:'Zwergli',
        bIsWebPath:true,
        sUrl:'Gnom.html',
        sTarget:'_self'
    },
    {   sTitle:'Sektion Pizzafreaks 0021',
        bIsWebPath:true,
        sUrl:'Pizza.html',
        sTarget:'_self'
    },
    {   sTitle:'The next Generation',
        bIsWebPath:true,
        sUrl:'generation.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Jahresprogramm',
    bIsWebPath:true,
    sUrl:'programm.html',
    sTarget:'_self'
},
{   sTitle:'Lager',
    bIsWebPath:true,
    sUrl:'lager.html',
    sTarget:'_self'
},
{   sTitle:'Fotos',
    bIsWebPath:true,
    sUrl:'fotos.html',
    sTarget:'_self'
},
{   sTitle:'Leiter',
    bIsWebPath:true,
    sUrl:'leiter.html',
    sTarget:'_self'
}]
});
