var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welkom',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Nieuws',
    'bIsWebPath':true,
    'sUrl':'pagina9.html'
},
{   'sTitle':'Artiesten',
    'bIsWebPath':true,
    'sUrl':'pagina10.html'
},
{   'sTitle':'Sporthal',
    'bIsWebPath':true,
    'sUrl':'pagina11.html'
},
{   'sTitle':'Historie / Media',
    'bIsWebPath':true,
    'sUrl':'pagina13.html'
},
{   'sTitle':'Info + Contact',
    'bIsWebPath':true,
    'sUrl':'pagina14.html'
},
{   'sTitle':'Reserveringen',
    'bIsWebPath':true,
    'sUrl':'pagina15.html'
},
{   'sTitle':'Sponsors',
    'bIsWebPath':true,
    'sUrl':'pagina16.html'
}]
});
