var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Start',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Nocco',
    bIsWebPath:true,
    sUrl:'nocco.html',
    sTarget:'_self'
},
{   sTitle:'Gina',
    bIsWebPath:true,
    sUrl:'gina.html',
    sTarget:'_self'
},
{   sTitle:'Storys',
    bIsWebPath:true,
    sUrl:'bullygeschichten.html',
    sTarget:'_self'
},
{   sTitle:'Galerie',
    bIsWebPath:true,
    sUrl:'galerie.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html',
    sTarget:'_self'
},
{   sTitle:'Gästebuch',
    bIsWebPath:true,
    sUrl:'buch.html',
    sTarget:'_self'
}]
});
