var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Info',
    bIsWebPath:true,
    sUrl:'pagina2.html'
},
{   sTitle:'Galerie',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'Outfit',
    bIsWebPath:true,
    sUrl:'pagina4.html',"childArray" : [
    {   sTitle:'Bestelling',
        bIsWebPath:true,
        sUrl:'pagina10.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina5.html'
}]
});
