var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Gas / Water',
        bIsWebPath:true,
        sUrl:'Installatie.html',"childArray" : [
        {   sTitle:'Legionella preventie',
            bIsWebPath:true,
            sUrl:'legionella.html'
        },
        {   sTitle:'Pellet kachels',
            bIsWebPath:true,
            sUrl:'pellet.html'
        }]
    },
    {   sTitle:'Elektra',
        bIsWebPath:true,
        sUrl:'elektro.html',"childArray" : [
        {   sTitle:'Chargepoint',
            bIsWebPath:true,
            sUrl:'chargepoint.html'
        },
        {   sTitle:'Duurzame Energie',
            bIsWebPath:true,
            sUrl:'duurzame2.html'
        }]
    },
    {   sTitle:'Duurzame Energie',
        bIsWebPath:true,
        sUrl:'duurzame.html',"childArray" : [
        {   sTitle:'Pellet kachels',
            bIsWebPath:true,
            sUrl:'pellet2.html'
        },
        {   sTitle:'Chargepoint',
            bIsWebPath:true,
            sUrl:'chargepoint2.html'
        },
        {   sTitle:'Zonnepanelen',
            bIsWebPath:true,
            sUrl:'zonnepanelen.html'
        }]
    },
    {   sTitle:'Aanbiedingen',
        bIsWebPath:true,
        sUrl:'aanbieding.html'
    },
    {   sTitle:'Contactformulier',
        bIsWebPath:true,
        sUrl:'contact.html'
    },
    {   sTitle:'Over ons',
        bIsWebPath:true,
        sUrl:'over.html'
    }]
}]
});
