var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Informatie',
    bIsWebPath:true,
    sUrl:'pagina2.html'
},
{   sTitle:'Galerie',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'Verhuur shop',
    bIsWebPath:true,
    sUrl:'pagina4.html',"childArray" : [
    {   sTitle:'Uponor ',
        bIsWebPath:true,
        sUrl:'pagina7.html'
    },
    {   sTitle:'Bubbel spa',
        bIsWebPath:true,
        sUrl:'bubbelspa.html'
    },
    {   sTitle:'Muziek',
        bIsWebPath:true,
        sUrl:'pagina12.html'
    },
    {   sTitle:'Party tenten',
        bIsWebPath:true,
        sUrl:'partytenten.html'
    },
    {   sTitle:'BBQ totaal',
        bIsWebPath:true,
        sUrl:'pagina14.html'
    }]
},
{   sTitle:'Verkoop shop',
    bIsWebPath:true,
    sUrl:'pagina11.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina5.html'
}]
});
