var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Utrecht',
    bIsWebPath:true,
    sUrl:'utrecht.html'
},
{   sTitle:'ZuidHolland',
    bIsWebPath:true,
    sUrl:'zuid-holland.html'
},
{   sTitle:'Groningen',
    bIsWebPath:true,
    sUrl:'groningen.html'
},
{   sTitle:'Gelderland',
    bIsWebPath:true,
    sUrl:'gelderland.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
