var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Willkommen',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gustavenhof',
    bIsWebPath:true,
    sUrl:'Gustavenhof.html',"childArray" : [
    {   sTitle:'Kinder',
        bIsWebPath:true,
        sUrl:'Kinder.html'
    },
    {   sTitle:'Bei uns',
        bIsWebPath:true,
        sUrl:'Bei uns.html'
    },
    {   sTitle:'Tiere',
        bIsWebPath:true,
        sUrl:'Tiere.html'
    }]
},
{   sTitle:'Wohnung',
    bIsWebPath:true,
    sUrl:'Wohnung.html'
},
{   sTitle:'Preise',
    bIsWebPath:true,
    sUrl:'Preise.html'
},
{   sTitle:'Belegungsplan',
    bIsWebPath:true,
    sUrl:'Belegungsplan.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'Links.html'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'Kontakt.html',"childArray" : [
    {   sTitle:'Anfahrt',
        bIsWebPath:true,
        sUrl:'Anfahrt.html'
    }]
},
{   sTitle:'In Bildern',
    bIsWebPath:true,
    sUrl:'In Bildern.html',"childArray" : [
    {   sTitle:'Kinderbilder',
        bIsWebPath:true,
        sUrl:'Kinderbilder.html'
    },
    {   sTitle:'Schwarzwald',
        bIsWebPath:true,
        sUrl:'Schwarzwald.html'
    },
    {   sTitle:'Illenberg',
        bIsWebPath:true,
        sUrl:'Illenberg.html'
    },
    {   sTitle:'Unsere Tiere',
        bIsWebPath:true,
        sUrl:'Unsere Tiere.html'
    }]
}]
});
