var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Start',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Bedrijven',
    bIsWebPath:true,
    sUrl:'pagina2.html'
},
{   sTitle:'Verenigingen',
    bIsWebPath:true,
    sUrl:'pagina3.html',"childArray" : [
    {   sTitle:'Postverwerking',
        bIsWebPath:true,
        sUrl:'postverwerking.html'
    }]
},
{   sTitle:'Particulieren',
    bIsWebPath:true,
    sUrl:'pagina4.html'
},
{   sTitle:'Studenten',
    bIsWebPath:true,
    sUrl:'pagina9.html'
},
{   sTitle:'Transcriptieservice',
    bIsWebPath:true,
    sUrl:'pagina10.html'
},
{   sTitle:'Voorwaarden',
    bIsWebPath:true,
    sUrl:'pagina5.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina6.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'pagina7.html'
},
{   sTitle:'Sitemap',
    bIsWebPath:true,
    sUrl:'pagina8.html'
}]
});
