var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Service',
    bIsWebPath:true,
    sUrl:'service.html',"childArray" : [
    {   sTitle:'Serviceinformatie',
        bIsWebPath:true,
        sUrl:'serviceinfo.html'
    },
    {   sTitle:'Storing melden',
        bIsWebPath:true,
        sUrl:'servicemelding.html'
    },
    {   sTitle:'Onderdeel bestellen',
        bIsWebPath:true,
        sUrl:'onderdelenbestellen.html'
    },
    {   sTitle:'Radio Centrum',
        bIsWebPath:true,
        sUrl:'radiocentrum.html'
    },
    {   sTitle:'Garantie',
        bIsWebPath:true,
        sUrl:'garantie.html'
    },
    {   sTitle:'Reparatievoorwaarden',
        bIsWebPath:true,
        sUrl:'reparatievoorwaarden.html'
    }]
},
{   sTitle:'Over ons',
    bIsWebPath:true,
    sUrl:'overons.html',"childArray" : [
    {   sTitle:'Bedrijfsinformatie',
        bIsWebPath:true,
        sUrl:'bedrijfsinformatie.html'
    },
    {   sTitle:'Adres & Openingstijden',
        bIsWebPath:true,
        sUrl:'route.html'
    },
    {   sTitle:'Vacatures',
        bIsWebPath:true,
        sUrl:'vacatures.html'
    },
    {   sTitle:'Contactformulier',
        bIsWebPath:true,
        sUrl:'contactformulier.html'
    }]
},
{   sTitle:'Producten',
    bIsWebPath:true,
    sUrl:'producten.html',"childArray" : [
    {   sTitle:'Verkoopinformatie',
        bIsWebPath:true,
        sUrl:'verkoopinfo.html'
    },
    {   sTitle:'Assortiment',
        bIsWebPath:true,
        sUrl:'assortiment.html'
    },
    {   sTitle:'Aanbiedingen',
        bIsWebPath:true,
        sUrl:'aanbiedingen.html'
    },
    {   sTitle:'Verkoopvoorwaarden',
        bIsWebPath:true,
        sUrl:'verkoopvoorwaarden.html'
    }]
}]
});
