var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sDescription':'Tijdelijk spandoek huren met frame op milieuvriendelijke wijze.',
    'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sDescription':'Producten: Zeildoeken, Frames, Spanners',
    'sTitle':'Producten',
    'bIsWebPath':true,
    'sUrl':'product.html',"childArray" : [
    {   'sDescription':'Huren van spandoeken, frames en spanners.',
        'sTitle':'Zeildoeken',
        'bIsWebPath':true,
        'sUrl':'zeildoek.html'
    },
    {   'sDescription':'Spandoek inclusief frame',
        'sTitle':'Spandoek inclusief frame',
        'bIsWebPath':true,
        'sUrl':'spandoek_incl_frame.html'
    }]
},
{   'sTitle':'Wat u moet weten',
    'bIsWebPath':true,
    'sUrl':'wat_u_moet_weten_menu.html',"childArray" : [
    {   'sTitle':'Wat u moet weten',
        'bIsWebPath':true,
        'sUrl':'wat_u_moet_weten.html'
    },
    {   'sTitle':'Milieuvriendelijk',
        'bIsWebPath':true,
        'sUrl':'milieuvriendelijk.html'
    },
    {   'sTitle':'Doelstelling',
        'bIsWebPath':true,
        'sUrl':'doelstelling.html'
    }]
},
{   'sTitle':'Aanhangers',
    'bIsWebPath':true,
    'sUrl':'aanhangers.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
