var customNavTree19 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Video',
    bIsWebPath:true,
    sUrl:'video.html',"childArray" : [
    {   sTitle:'Werkwijze',
        bIsWebPath:true,
        sUrl:'werkwijze.html',
        sTarget:'_self'
    },
    {   sTitle:'Bedrijfsfilm',
        bIsWebPath:true,
        sUrl:'bedrijfsfilm.html'
    },
    {   sTitle:'Reportage',
        bIsWebPath:true,
        sUrl:'reportage.html'
    },
    {   sTitle:'Moodclip',
        bIsWebPath:true,
        sUrl:'moodclip.html'
    },
    {   sTitle:'Commercial',
        bIsWebPath:true,
        sUrl:'benjijerookbij.html',
        sTarget:'_self'
    },
    {   sTitle:'Latest video',
        bIsWebPath:true,
        sUrl:'kliko.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Voice Over',
    bIsWebPath:true,
    sUrl:'voiceover.html'
},
{   sTitle:'Websdesign',
    bIsWebPath:true,
    sUrl:'websdesign.html'
},
{   sTitle:'Nieuws',
    bIsWebPath:true,
    sUrl:'nieuws.html'
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'faq.html',"childArray" : [
    {   sTitle:'Video',
        bIsWebPath:true,
        sUrl:'videofaq.html'
    },
    {   sTitle:'Websdesign',
        bIsWebPath:true,
        sUrl:'webfaq.html'
    }]
},
{   sTitle:'Over ons',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
