var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Merken',
    bIsWebPath:true,
    sUrl:'pagina2.html',"childArray" : [
    {   sTitle:'Smafolk',
        bIsWebPath:true,
        sUrl:'pagina3.html'
    },
    {   sTitle:'Deux par Deux',
        bIsWebPath:true,
        sUrl:'pagina4.html'
    },
    {   sTitle:'Moccis',
        bIsWebPath:true,
        sUrl:'pagina5.html'
    },
    {   sTitle:'Froy & Dind',
        bIsWebPath:true,
        sUrl:'pagina6.html'
    },
    {   sTitle:'Calao',
        bIsWebPath:true,
        sUrl:'pagina7.html'
    }]
},
{   sTitle:'Nieuws',
    bIsWebPath:true,
    sUrl:'pagina9.html'
},
{   sTitle:'Pers',
    bIsWebPath:true,
    sUrl:'pagina10.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina11.html'
}]
});
