var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Producten',
    bIsWebPath:true,
    sUrl:'producten.html',"childArray" : [
    {   sTitle:'Mahro',
        bIsWebPath:true,
        sUrl:'mahro.html'
    },
    {   sTitle:'Pirha',
        bIsWebPath:true,
        sUrl:'pirha.html'
    },
    {   sTitle:'Bruidstoelen',
        bIsWebPath:true,
        sUrl:'bruidstoelen.html'
    },
    {   sTitle:'Kleding',
        bIsWebPath:true,
        sUrl:'kleding.html'
    },
    {   sTitle:'Decoratie',
        bIsWebPath:true,
        sUrl:'decoratie.html'
    },
    {   sTitle:'Bedankjes',
        bIsWebPath:true,
        sUrl:'bedankjes.html'
    },
    {   sTitle:'Catering',
        bIsWebPath:true,
        sUrl:'catering.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
