var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Willkommen',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Restaurant',
    bIsWebPath:true,
    sUrl:'restaurant.html'
},
{   sTitle:'Hotel',
    bIsWebPath:true,
    sUrl:'hotel.html'
},
{   sTitle:'Tagung',
    bIsWebPath:true,
    sUrl:'tagung.html'
},
{   sTitle:'Impressionen',
    bIsWebPath:true,
    sUrl:'impressionen.html'
},
{   sTitle:'Kontakt und Öffnungszeiten',
    bIsWebPath:true,
    sUrl:'kontakt.html'
},
{   sTitle:'Impressum',
    bIsWebPath:true,
    sUrl:'impressum.html'
}]
});
