var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Galerie',
    bIsWebPath:true,
    sUrl:'galerie.html'
},
{   sTitle:'Preise',
    bIsWebPath:true,
    sUrl:'preise.html'
},
{   sTitle:'Shop',
    bIsWebPath:true,
    sUrl:'shop.html'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sDescription:'Impressum',
    sTitle:'Impressum',
    bIsWebPath:true,
    sUrl:'impressum.html'
}]
});
