var customNavTree8 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Locatie',
    bIsWebPath:true,
    sUrl:'locatie.html'
},
{   sTitle:'Accommodatie',
    bIsWebPath:true,
    sUrl:'acommodatie.html',
    sTarget:'_self'
},
{   sTitle:'Reserveringen',
    bIsWebPath:true,
    sUrl:'reserveringen.html'
},
{   sTitle:'Nuttige informatie',
    bIsWebPath:true,
    sUrl:'informatie.html'
},
{   sTitle:'Gastenboek',
    bIsWebPath:true,
    sUrl:'gastenboek.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
}]
});
