var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welkom',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Het gebouw',
    bIsWebPath:true,
    sUrl:'gebouw.html'
},
{   sTitle:'Omgeving',
    bIsWebPath:true,
    sUrl:'omgeving.html'
},
{   sTitle:'Verblijfformules',
    bIsWebPath:true,
    sUrl:'verblijfformules.html'
},
{   sTitle:'Prijzen',
    bIsWebPath:true,
    sUrl:'prijzen.html'
},
{   sTitle:'Huisweetjes',
    bIsWebPath:true,
    sUrl:'huisweetjes.html'
},
{   sTitle:'Statistieken',
    bIsWebPath:true,
    sUrl:'statistieken.html'
},
{   sTitle:'Nieuwtjes !',
    bIsWebPath:true,
    sUrl:'nieuwtjes.html'
},
{   sTitle:'Gastenboek',
    bIsWebPath:true,
    sUrl:'gastenboek.html'
},
{   sTitle:'Kalender',
    bIsWebPath:true,
    sUrl:'kalender.html'
},
{   sTitle:'Reservaties en info',
    bIsWebPath:true,
    sUrl:'info.html'
}]
});
