var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'de zwaan',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'geschiedenis',
    bIsWebPath:true,
    sUrl:'geschiedenis2.html'
},
{   sTitle:'nieuwsbrieven',
    bIsWebPath:true,
    sUrl:'nieuwsbrieven.html',"childArray" : [
    {   sTitle:'nieuwsbrief 2004',
        bIsWebPath:true,
        sUrl:'nieuwsbrief 2004.html'
    },
    {   sTitle:'nieuwsbrief 2005',
        bIsWebPath:true,
        sUrl:'nieuwsbrief 2005.html'
    },
    {   sTitle:'nieuwsbrief 2006',
        bIsWebPath:true,
        sUrl:'nieuwsbrief 2006.html'
    },
    {   sTitle:'nieuwsbrief 2007',
        bIsWebPath:true,
        sUrl:'nieuwsbrief 2007.html'
    },
    {   sTitle:'nieuwsbrief 2008',
        bIsWebPath:true,
        sUrl:'nieuwsbrief 2008.html'
    },
    {   sTitle:'nieuwsbrief 2009',
        bIsWebPath:true,
        sUrl:'nieuwsbrief 2009.html'
    },
    {   sTitle:'nieuwsbrief 2010',
        bIsWebPath:true,
        sUrl:'nieuwsbrief 2010.html'
    }]
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact5.html'
}]
});
