var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:' Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Nieuws',
    bIsWebPath:true,
    sUrl:'nieuws.html',"childArray" : [
    {   sTitle:'Red Ball 2012',
        bIsWebPath:true,
        sUrl:'redball.html',"childArray" : [
        {   sTitle:'Red Ball 2012 interactief',
            bIsWebPath:true,
            sUrl:'rbinteractief.html'
        },
        {   sTitle:'Red Ball 2012 foto\'s',
            bIsWebPath:true,
            sUrl:'redballfoto.html'
        }]
    }]
},
{   sTitle:'Locatie',
    bIsWebPath:true,
    sUrl:'locatie.html'
},
{   sTitle:'Ruilbeurs',
    bIsWebPath:true,
    sUrl:'ruilbeurs.html'
},
{   sTitle:'Historie',
    bIsWebPath:true,
    sUrl:'historie.html'
},
{   sTitle:'Foto\'s',
    bIsWebPath:true,
    sUrl:'foto.html',"childArray" : [
    {   sTitle:'2010',
        bIsWebPath:true,
        sUrl:'foto2010.html'
    },
    {   sTitle:'2009',
        bIsWebPath:true,
        sUrl:'foto2009.html'
    },
    {   sTitle:'2007',
        bIsWebPath:true,
        sUrl:'2007.html'
    },
    {   sTitle:'2006',
        bIsWebPath:true,
        sUrl:'foto2006.html'
    },
    {   sTitle:'2005',
        bIsWebPath:true,
        sUrl:'foto2005.html'
    },
    {   sTitle:'Eerder',
        bIsWebPath:true,
        sUrl:'foto2004.html'
    }]
},
{   sTitle:'Video\'s',
    bIsWebPath:true,
    sUrl:'video.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Gastenboek',
    bIsWebPath:true,
    sUrl:'gastenboek.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
