var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'start',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'vereniging',
    bIsWebPath:true,
    sUrl:'vereniging.html'
},
{   sTitle:'vereniging - bestuur',
    bIsWebPath:true,
    sUrl:'bestuur.html'
},
{   sTitle:'vereniging - lid worden',
    bIsWebPath:true,
    sUrl:'abonneren.html'
},
{   sTitle:'de letter',
    bIsWebPath:true,
    sUrl:'deletter.html'
},
{   sTitle:'diploma\'s',
    bIsWebPath:true,
    sUrl:'diplomas.html'
},
{   sTitle:'diploma\'s - basisdiploma',
    bIsWebPath:true,
    sUrl:'basisdiplomaschrijven.html'
},
{   sTitle:'diploma\'s - kalligrafie',
    bIsWebPath:true,
    sUrl:'diplomakalligrafie.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'actueel',
    bIsWebPath:true,
    sUrl:'actueel.html'
}]
});