var customnavtree8 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Over ons',
    bIsWebPath:true,
    sUrl:'over ons.html'
},
{   sTitle:'Onze avonturen',
    bIsWebPath:true,
    sUrl:'onzeavonturen.html',"childArray" : [
    {   sTitle:'Avonturen in 2009',
        bIsWebPath:true,
        sUrl:'onzeavonturen2009.html',
        sTarget:'_self'
    },
    {   sTitle:'Avonturen in 2010',
        bIsWebPath:true,
        sUrl:'onzeavonturen2010.html',
        sTarget:'_self'
    },
    {   sTitle:'Avonturen in 2011',
        bIsWebPath:true,
        sUrl:'onzeavonturen2011.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Buhla',
    bIsWebPath:true,
    sUrl:'buhla.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
