var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Inleiding',
    bIsWebPath:true,
    sUrl:'inleiding.html',"childArray" : [
    {   sTitle:'Waarom',
        bIsWebPath:true,
        sUrl:'waarom.html'
    },
    {   sTitle:'Wat is het?',
        bIsWebPath:true,
        sUrl:'hvl.html'
    },
    {   sTitle:'Voor wie?',
        bIsWebPath:true,
        sUrl:'voorwie.html'
    }]
},
{   sTitle:'Hof van Lichtkind',
    bIsWebPath:true,
    sUrl:'hofvanlichtkind.html',"childArray" : [
    {   sTitle:'Realisatie',
        bIsWebPath:true,
        sUrl:'realisatie.html'
    },
    {   sTitle:'Indeling',
        bIsWebPath:true,
        sUrl:'ontwerp.html'
    },
    {   sTitle:'Financieel',
        bIsWebPath:true,
        sUrl:'financieel.html'
    },
    {   sTitle:'Hoe verder',
        bIsWebPath:true,
        sUrl:'verder.html'
    }]
},
{   sTitle:'Omgeving',
    bIsWebPath:true,
    sUrl:'omgeving.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina4.html'
}]
});
