var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'das sind wir',
    bIsWebPath:true,
    sUrl:'das sind wir.html',"childArray" : [
    {   sTitle:'rusia',
        bIsWebPath:true,
        sUrl:'rusia.html'
    },
    {   sTitle:'italy',
        bIsWebPath:true,
        sUrl:'italy.html'
    },
    {   sTitle:'spain',
        bIsWebPath:true,
        sUrl:'spain.html'
    },
    {   sTitle:'japan',
        bIsWebPath:true,
        sUrl:'japan.html'
    },
    {   sTitle:'english',
        bIsWebPath:true,
        sUrl:'english.html'
    },
    {   sTitle:'france',
        bIsWebPath:true,
        sUrl:'france.html'
    }]
},
{   sTitle:'unsere Produkte',
    bIsWebPath:true,
    sUrl:'unsere Produkte.html'
},
{   sTitle:'Buschenschank',
    bIsWebPath:true,
    sUrl:'buschenschank.html'
},
{   sTitle:'So kommen Sie zu uns',
    bIsWebPath:true,
    sUrl:'so kommen sie zu uns.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html'
},
{   sTitle:'Impressum',
    bIsWebPath:true,
    sUrl:'impressum.html'
},
{   sTitle:'öffnungszeiten',
    bIsWebPath:true,
    sUrl:'oeffnungszeiten.html'
}]
});
