var global_navtree = WpNavBar.readTree({
"childArray" : [
{   bSeparatorAfter:true,
    sTitle:'Startpagina',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Wie zijn wij',
    bIsWebPath:true,
    sUrl:'wiezijnwij.html',"childArray" : [
    {   sTitle:'Visie',
        bIsWebPath:true,
        sUrl:'visie.html'
    },
    {   sTitle:'Geschiedenis',
        bIsWebPath:true,
        sUrl:'geschiedenis.html'
    },
    {   sTitle:'Sponsoring',
        bIsWebPath:true,
        sUrl:'sponsoring.html'
    }]
},
{   bSeparatorAfter:true,
    sTitle:'Wat doen wij',
    bIsWebPath:true,
    sUrl:'watdoenwij.html',"childArray" : [
    {   sTitle:'Installatietechniek',
        bIsWebPath:true,
        sUrl:'installatietechniek.html'
    },
    {   sTitle:'Elektrotechniek',
        bIsWebPath:true,
        sUrl:'elektrotechniek.html'
    },
    {   sTitle:'Klimaattechniek',
        bIsWebPath:true,
        sUrl:'klimaattechniek.html'
    },
    {   sTitle:'Zink- & Koperwerken',
        bIsWebPath:true,
        sUrl:'zinkenkoperwerken.html'
    },
    {   sTitle:'Ecotechniek',
        bIsWebPath:true,
        sUrl:'ecotechniek.html'
    },
    {   sTitle:'Techniek- & Bouwservice',
        bIsWebPath:true,
        sUrl:'techniekenbouwservice.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    }]
},
{   sTitle:'Nieuws',
    bIsWebPath:true,
    sUrl:'nieuws.html',"childArray" : [
    {   sTitle:'feb 2012 Uitslag Ketelbingo Actie',
        bIsWebPath:true,
        sUrl:'pagina23.html'
    },
    {   sTitle:'jan. 2012 Brandmeldinstallatievervangen in één dag',
        bIsWebPath:true,
        sUrl:'pagina22.html'
    },
    {   sTitle:'nov 2011 Achterhoek Consortium E+',
        bIsWebPath:true,
        sUrl:'pagina20.html'
    },
    {   sTitle:'nov 2011 Nieuwe Organisatiestructuur',
        bIsWebPath:true,
        sUrl:'pagina21.html'
    }]
},
{   bSeparatorAfter:true,
    sTitle:'Onze klanten',
    bIsWebPath:true,
    sUrl:'onzeklanten.html'
},
{   bSeparatorAfter:true,
    sTitle:'Acties',
    bIsWebPath:true,
    sUrl:'acties.html'
},
{   bSeparatorAfter:true,
    sTitle:'Carriére',
    bIsWebPath:true,
    sUrl:'carriere.html'
},
{   bSeparatorAfter:true,
    sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Login',
    bIsWebPath:true,
    sUrl:'login.html'
}]
});
