var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Teams',
    bIsWebPath:true,
    sUrl:'teams.html'
},
{   sTitle:'Foto\'s',
    bIsWebPath:true,
    sUrl:'fotos.html'
},
{   sTitle:'Films',
    bIsWebPath:true,
    sUrl:'films.html'
},
{   sTitle:'Sponsors',
    bIsWebPath:true,
    sUrl:'sponsors.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Info',
    bIsWebPath:true,
    sUrl:'info.html'
}]
});
