var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Start',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Agenda',
    bIsWebPath:true,
    sUrl:'agenda.html'
},
{   sTitle:'Profiel',
    bIsWebPath:true,
    sUrl:'profiel.html'
},
{   sTitle:'Collectie',
    bIsWebPath:true,
    sUrl:'collectie.html'
},
{   sTitle:'Ontwerp',
    bIsWebPath:true,
    sUrl:'ontwerp.html'
},
{   sTitle:'Gastenboek',
    bIsWebPath:true,
    sUrl:'gastenboek.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
