var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Verein',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Infos',
        'bIsWebPath':true,
        'sUrl':'infos.html'
    },
    {   'sTitle':'Vorstand',
        'bIsWebPath':true,
        'sUrl':'vorstand.html'
    },
    {   'sTitle':'Geschichte',
        'bIsWebPath':true,
        'sUrl':'geschichte.html'
    },
    {   'sTitle':'Angebot',
        'bIsWebPath':true,
        'sUrl':'angebot.html'
    },
    {   'sTitle':'Gastronomie',
        'bIsWebPath':true,
        'sUrl':'gastro.html'
    },
    {   'sTitle':'Anfahrt',
        'bIsWebPath':true,
        'sUrl':'anf.htm'
    }]
},
{   'sTitle':'Agenda',
    'bIsWebPath':true,
    'sUrl':'agenda.html'
},
{   'sTitle':'Medenrunde',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Erwachsene',
        'bIsWebPath':true,
        'sUrl':'erwachsene.html'
    },
    {   'sTitle':'Jugend',
        'bIsWebPath':true,
        'sUrl':'jugend.html'
    },
    {   'sTitle':'Training',
        'bIsWebPath':true,
        'sUrl':'training.html'
    },
    {   'sTitle':'(C) T O R P',
        'bIsWebPath':true,
        'sUrl':'torp.html'
    }]
},
{   'sTitle':'Events',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Saison',
        'bIsWebPath':true,
        'sUrl':'saison.html'
    },
    {   'sTitle':'Saison 2010',
        'bIsWebPath':true,
        'sUrl':'s2010.html'
    },
    {   'sTitle':'Tenniscamp',
        'bIsWebPath':true,
        'sUrl':'camp.html'
    }]
},
{   'sTitle':'Trainerteam',
    'bIsWebPath':true,
    'sUrl':'trainer.html'
},
{   'sTitle':'Presse',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Berichte 2011',
        'bIsWebPath':true,
        'sUrl':'press11.html'
    },
    {   'sTitle':'Berichte 2010',
        'bIsWebPath':true,
        'sUrl':'presse.html'
    }]
},
{   'sTitle':'Sponsoren',
    'bIsWebPath':true,
    'sUrl':'sponsoren.html'
}]
});
