var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welkom',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Nieuws',
    'bIsWebPath':true,
    'sUrl':'info.html'
},
{   'sTitle':'Systemen',
    'bIsWebPath':true,
    'sUrl':'pagina11.html'
},
{   'sDescription':'Software',
    'sTitle':'Software',
    'bIsWebPath':true,
    'sUrl':'pagina7.html'
},
{   'sTitle':'Diensten',
    'bIsWebPath':true,
    'sUrl':'nieuws.html'
},
{   'sDescription':'Support',
    'sTitle':'Support',
    'bIsWebPath':true,
    'sUrl':'galerie.html'
},
{   'sDescription':'Contact',
    'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
