var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'WILLKOMMEN',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'UNSERE LOCATIONS',
    bIsWebPath:true,
    sUrl:'location.html'
},
{   sTitle:'IMPRESSIONEN',
    bIsWebPath:true,
    sUrl:'impressionen.html'
},
{   sTitle:'VERANSTALTUNGEN',
    bIsWebPath:true,
    sUrl:'veranstaltungen.html'
},
{   sTitle:'NEWS',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'KONTAKT',
    bIsWebPath:true,
    sUrl:'kontakt.html'
},
{   sTitle:'IMPRESSUM',
    bIsWebPath:true,
    sUrl:'impressum.html'
}]
});
