var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welkom',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Over ons',
        bIsWebPath:true,
        sUrl:'pagina10.html'
    }]
},
{   sTitle:'Bed & Breakfast',
    bIsWebPath:true,
    sUrl:'pagina3.html',"childArray" : [
    {   sTitle:'Tarieven',
        bIsWebPath:true,
        sUrl:'pagina7.html'
    }]
},
{   sTitle:'Camping',
    bIsWebPath:true,
    sUrl:'pagina2.html',"childArray" : [
    {   sTitle:'Tarieven',
        bIsWebPath:true,
        sUrl:'pagina12.html'
    },
    {   sTitle:'Caravan',
        bIsWebPath:true,
        sUrl:'pagina4.html'
    },
    {   sTitle:'Reglement',
        bIsWebPath:true,
        sUrl:'pagina11.html'
    }]
},
{   sTitle:'Foto\'s',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Foto\'s B&B',
        bIsWebPath:true,
        sUrl:'pagina6.html'
    },
    {   sTitle:'Foto\'s Camping',
        bIsWebPath:true,
        sUrl:'pagina14.html'
    },
    {   sTitle:'Foto\'s opening',
        bIsWebPath:true,
        sUrl:'pagina15.html'
    },
    {   sTitle:'Test fotoalbum',
        bIsWebPath:true,
        sUrl:'pagina13.html'
    }]
},
{   sTitle:'Omgeving',
    bIsWebPath:true,
    sUrl:'pagina8.html'
},
{   sTitle:'E-mail',
    bIsExternal:true,
    sUrl:'mailto:info@campingweibos.nl'
},
{   sTitle:'Route',
    bIsWebPath:true,
    sUrl:'pagina9.html'
},
{   sTitle:'Gastenboek',
    bIsExternal:true,
    sUrl:'http://campingweibos.mygb.nl/',
    sTarget:'_blank'
}]
});
