var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'informatie',
    bIsWebPath:true,
    sUrl:'informatie.html',"childArray" : [
    {   sTitle:'provisie',
        bIsWebPath:true,
        sUrl:'provisie.html'
    },
    {   sTitle:'kostgelden',
        bIsWebPath:true,
        sUrl:'kostgelden.html'
    },
    {   sTitle:'kamers',
        bIsWebPath:true,
        sUrl:'kamers.html'
    },
    {   sTitle:'aankomst',
        bIsWebPath:true,
        sUrl:'aankomst.html'
    },
    {   sTitle:'dagindeling bs',
        bIsWebPath:true,
        sUrl:'dagindeling bs.html'
    },
    {   sTitle:'dagindeling so',
        bIsWebPath:true,
        sUrl:'dagindeling so.html'
    },
    {   sTitle:'studie',
        bIsWebPath:true,
        sUrl:'studie.html'
    },
    {   sTitle:'ontspanning',
        bIsWebPath:true,
        sUrl:'ontspanning.html'
    },
    {   sTitle:'orde',
        bIsWebPath:true,
        sUrl:'orde.html'
    },
    {   sTitle:'uitzet',
        bIsWebPath:true,
        sUrl:'uitzet.html'
    }]
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'menu',
    bIsWebPath:true,
    sUrl:'menu.html'
},
{   sTitle:'woe programma',
    bIsWebPath:true,
    sUrl:'woe programma.html'
},
{   sTitle:'fotoalbum',
    bIsWebPath:true,
    sUrl:'fotoalbum.html'
}]
});
