var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'ObjectControle',
    bIsWebPath:true,
    sUrl:'object.html'
},
{   sTitle:'Producten',
    bIsWebPath:true,
    sUrl:'producten.html'
},
{   sTitle:'Diensten',
    bIsWebPath:true,
    sUrl:'diensten.html',"childArray" : [
    {   sTitle:'glasreiniging',
        bIsWebPath:true,
        sUrl:'glasreiniging.html'
    }]
},
{   sTitle:'Spin weg',
    bIsWebPath:true,
    sUrl:'spinweg.html',"childArray" : [
    {   sTitle:'Prijs Spinweg',
        bIsWebPath:true,
        sUrl:'prijsspinweg.html'
    }]
},
{   sTitle:'Milieu',
    bIsWebPath:true,
    sUrl:'milieu.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina4.html'
}]
});
