var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welkom',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Bedrijfsprofiel',
    bIsWebPath:true,
    sUrl:'info.html'
},
{   sTitle:'Producten en Diensten',
    bIsWebPath:true,
    sUrl:'producten.html',"childArray" : [
    {   sTitle:'Natuur',
        bIsWebPath:true,
        sUrl:'natuur.html'
    },
    {   sTitle:'Ruimte',
        bIsWebPath:true,
        sUrl:'ruimte.html'
    },
    {   sTitle:'Milieu',
        bIsWebPath:true,
        sUrl:'milieu.html'
    },
    {   sTitle:'Water',
        bIsWebPath:true,
        sUrl:'water.html'
    },
    {   sTitle:'(Project)Management',
        bIsWebPath:true,
        sUrl:'management.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
