var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Info',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'De techniek',
    'bIsWebPath':true,
    'sUrl':'techniek.html'
},
{   'sTitle':'Woningpresentatie',
    'bIsWebPath':true,
    'sUrl':'woningpresentatie.html'
},
{   'sTitle':'Bedrijfpresentatie',
    'bIsWebPath':true,
    'sUrl':'bedrijfpresentatie.html',"childArray" : [
    {   'sTitle':'Carel Lurvink',
        'bIsWebPath':true,
        'sUrl':'carellurvink.html'
    }]
},
{   'sTitle':'Bouwprojecten',
    'bIsWebPath':true,
    'sUrl':'bouwprojecten.html'
},
{   'sTitle':'Archief',
    'bIsWebPath':true,
    'sUrl':'archief.html',"childArray" : [
    {   'sTitle':'Oude luchtfoto\'s',
        'bIsWebPath':true,
        'sUrl':'oud.html'
    }]
},
{   'sTitle':'Luchtreclame',
    'bIsWebPath':true,
    'sUrl':'luchtreclame.html'
},
{   'sTitle':'Vliegerteam',
    'bIsWebPath':true,
    'sUrl':'vliegerteam.html'
},
{   'sTitle':'Mijn hobby\'s',
    'bIsWebPath':true,
    'sUrl':'mijnhobby.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'in de Media',
    'bIsWebPath':true,
    'sUrl':'media.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
