var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Onderdelen',
    bIsWebPath:true,
    sUrl:'onderdelen.html'
},
{   sTitle:'Motoren',
    bIsWebPath:true,
    sUrl:'motoren.html',"childArray" : [
    {   sTitle:'Nieuw',
        bIsWebPath:true,
        sUrl:'nieuw.html'
    },
    {   sTitle:'Gebruikt',
        bIsWebPath:true,
        sUrl:'gebruikt.html'
    },
    {   sTitle:'Aanbieding motor van de maand',
        bIsWebPath:true,
        sUrl:'motoraanbieding.html'
    },
    {   sTitle:'Aktie motoren Februari',
        bIsWebPath:true,
        sUrl:'aktiemotoren.html'
    },
    {   sTitle:'Actie februari',
        bIsWebPath:true,
        sUrl:'actiefebruari.html'
    }]
},
{   sTitle:'Scooters',
    bIsWebPath:true,
    sUrl:'scooter.html',"childArray" : [
    {   sTitle:'Nieuwe scooters en brommers',
        bIsWebPath:true,
        sUrl:'nieuwe scooters.html'
    },
    {   sTitle:'Gebruikte scooters en brommers',
        bIsWebPath:true,
        sUrl:'gebruikte_scooters.html'
    },
    {   sTitle:'Scooteraccessoires',
        bIsWebPath:true,
        sUrl:'scooteracc.html'
    }]
},
{   sTitle:'Kleding',
    bIsWebPath:true,
    sUrl:'kleding.html',"childArray" : [
    {   sTitle:'Accessoires',
        bIsWebPath:true,
        sUrl:'accessoires.html'
    },
    {   sTitle:'Kleding aanbieding',
        bIsWebPath:true,
        sUrl:'kledingaanbieding.html'
    }]
},
{   sTitle:'Werkplaats',
    bIsWebPath:true,
    sUrl:'werkplaats.html'
},
{   sTitle:'Nieuws',
    bIsWebPath:true,
    sUrl:'pagina5.html',"childArray" : [
    {   sTitle:'Winterstalling',
        bIsWebPath:true,
        sUrl:'winterstalling.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
