var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'SHOP',
    bIsWebPath:true,
    sUrl:'SHOP.html'
},
{   sTitle:'DESIGN',
    bIsWebPath:true,
    sUrl:'Design.html'
},
{   sTitle:'GALERIE',
    bIsWebPath:true,
    sUrl:'Galerie.html'
},
{   sTitle:'KONTAKT',
    bIsWebPath:true,
    sUrl:'Kontakt.html'
}]
});
