var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorAfter:true,
    sTitle:'News',
    bIsWebPath:true,
    sUrl:'News.html',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'über uns',
    bIsWebPath:true,
    sUrl:'über uns.html',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'unsere Hunde',
    bIsWebPath:true,
    sUrl:'unsere Hunde.html',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'Wurfplanung',
    bIsWebPath:true,
    sUrl:'Wurfplanung.html',
    sTarget:'_self'
},
{   sTitle:'Würfe',
    bIsWebPath:true,
    sUrl:'Würfe.html',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'Galerie',
    bIsWebPath:true,
    sUrl:'Galerie.html',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'Links',
    bIsWebPath:true,
    sUrl:'Links.html',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'Kontakt.html',
    sTarget:'_self'
}]
});
