var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welkom',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'info',
    bIsWebPath:true,
    sUrl:'info.html'
},
{   sTitle:'projecten',
    bIsWebPath:true,
    sUrl:'projecten.html',"childArray" : [
    {   sTitle:'glas in lood',
        bIsWebPath:true,
        sUrl:'glas in lood.html'
    },
    {   sTitle:'hardglas',
        bIsWebPath:true,
        sUrl:'hardglas.html'
    },
    {   sTitle:'nieuw werk',
        bIsWebPath:true,
        sUrl:'nieuw werk.html'
    },
    {   sTitle:'basisschool',
        bIsWebPath:true,
        sUrl:'basisschool.html'
    }]
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
