var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Content',
    'bIsWebPath':true,
    'sUrl':'content.html'
},
{   'sTitle':'Coaching',
    'bIsWebPath':true,
    'sUrl':'coaching.html'
},
{   'sTitle':'Profil',
    'bIsWebPath':true,
    'sUrl':'profil.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
