var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Hosting',
    bIsWebPath:true,
    sUrl:'hosting.html'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html'
},
{   sTitle:'Nieuws',
    bIsWebPath:true,
    sUrl:'nieuws.html'
},
{   sTitle:'Webwikels',
    bIsWebPath:true,
    sUrl:'webwikels.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
